nix-stuff/roles/school/services/syncthing.nix
2024-03-20 13:03:05 +01:00

10 lines
243 B
Nix

{...}: {
services.syncthing.settings.folders = {
"school-things" = {
label = "School things";
id = "z6alc-nfoqr";
devices = ["steamdeck" "server" "pc" "winmax2"];
path = "~/Documents/School things";
};
};
}