stockholm/lass/2configs/sync/decsync.nix
2022-01-28 11:05:19 +01:00

12 lines
243 B
Nix

{
services.syncthing.folders.decsync = {
path = "/home/lass/decsync";
devices = [ "mors" "blue" "green" "phone" ];
};
krebs.permown."/home/lass/decsync" = {
owner = "lass";
group = "syncthing";
umask = "0007";
};
}