stockholm/lass/2configs/sync/decsync.nix
2019-04-18 10:16:02 +02:00

12 lines
238 B
Nix

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