stockholm/lass/2configs/sync/decsync.nix

12 lines
238 B
Nix
Raw Normal View History

2019-04-17 18:00:06 +00:00
{
2019-04-18 08:16:02 +00:00
krebs.syncthing.folders.decsync = {
path = "/home/lass/decsync";
peers = [ "mors" "blue" "green" "phone" ];
};
krebs.permown."/home/lass/decsync" = {
owner = "lass";
group = "syncthing";
umask = "0007";
};
2019-04-17 18:00:06 +00:00
}