refactor
This commit is contained in:
12
hosts/tahani/syncthing.nix
Normal file
12
hosts/tahani/syncthing.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{user, ...}: {
|
||||
services.syncthing.settings.folders = {
|
||||
"Projects/Personal" = {
|
||||
path = "/home/${user}/Projects/Personal";
|
||||
devices = ["tahani" "jason"];
|
||||
};
|
||||
"Projects/Work" = {
|
||||
path = "/home/${user}/Projects/Work";
|
||||
devices = ["tahani" "chidi"];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user