add some more folders

This commit is contained in:
Kopatz
2024-04-15 10:30:20 +02:00
parent 81b01300b1
commit fac8f4de42

View File

@@ -45,6 +45,21 @@ in
devices = [ "kop-pc" "server" "laptop" ];
ignorePerms = false;
};
folders."${basePath}/books" = {
id = "books";
devices = [ "kop-pc" "server" "laptop" ];
};
folders."${basePath}/fh" = {
id = "fh";
devices = [ "kop-pc" "server" "laptop" ];
};
folders."${basePath}/work_drive" = {
id = "work_drive";
devices = [ "kop-pc" "server" "laptop" ];
};
};
};