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

16 lines
336 B
Nix

{
services.syncthing.folders."/home/lass/sync" = {
devices = [
"mors"
"xerxes"
"green"
"blue"
"coaxmetal"
"aergia"
];
};
krebs.acl."/home/lass/sync"."u:syncthing:X".parents = true;
krebs.acl."/home/lass/sync"."u:syncthing:rwX" = {};
krebs.acl."/home/lass/sync"."u:lass:rwX" = {};
}