nix-stuff/roles/school/services/syncthing.nix

8 lines
216 B
Nix

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