School/syncthing: add school things folder
This commit is contained in:
parent
a68714db8d
commit
c084034269
3 changed files with 15 additions and 0 deletions
|
|
@ -26,6 +26,12 @@
|
|||
devices = ["steamdeck" "server" "pc" "winmax2"];
|
||||
path = "${config.services.syncthing.dataDir}/pcsx2";
|
||||
};
|
||||
"school-things" = {
|
||||
label = "School things";
|
||||
id = "btsth-vdu9c";
|
||||
devices = ["server" "pc" "winmax2" "imac"];
|
||||
path = "${config.services.syncthing.dataDir}/school-things";
|
||||
};
|
||||
};
|
||||
};
|
||||
systemd.services.syncthing.serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue