summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/sync.nix
blob: 09f94378b0f080022ab1f8dc21a1fbb19ed89824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  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" = {};
}