feat: add bruno files to syncthing
This commit is contained in:
@@ -42,6 +42,11 @@ in
|
||||
label = "sync";
|
||||
devices = builtins.attrNames syncDevices;
|
||||
};
|
||||
bruno = {
|
||||
path = "~/dev/bruno";
|
||||
label = "bruno";
|
||||
devices = builtins.attrNames syncDevices;
|
||||
};
|
||||
};
|
||||
devices = syncDevices;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user