Syncthing: add school things folder to server

This commit is contained in:
Toast 2023-09-18 22:29:23 +02:00
parent 1328e16181
commit a641d8bb4c

View file

@ -15,6 +15,12 @@
"passwords" = {
path = "${config.services.syncthing.dataDir}/passwords";
};
"school-things" = {
label = "School things";
id = "z6alc-nfoqr";
devices = [ "steamdeck" "server" ];
path = "${config.services.syncthing.dataDir}/school-things";
};
};
};
systemd.services.syncthing.serviceConfig = {