blob: c3f6511c224c60dd396699d4b8a9feb7576effdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
krebs.syncthing.folders.decsync = {
path = "/home/lass/decsync";
peers = [ "mors" "blue" "green" "phone" ];
};
krebs.permown."/home/lass/decsync" = {
owner = "lass";
group = "syncthing";
umask = "0007";
};
}
|