School/syncthing: add school things folder
This commit is contained in:
parent
a68714db8d
commit
c084034269
3 changed files with 15 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./networkmanager.nix
|
||||
./syncthing.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
8
roles/school/services/syncthing.nix
Normal file
8
roles/school/services/syncthing.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
services.syncthing.settings.folders. "school-things" = {
|
||||
label = "School things";
|
||||
id = "btsth-vdu9c";
|
||||
devices = ["server" "pc" "winmax2" "imac"];
|
||||
path = "~/Documents/School things";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue