summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/sync.nix
blob: 2714fa83e0b616cfcf7371dd033a4b2ad495057c (plain)
1
2
3
4
5
6
7
8
{
  services.syncthing.folders."/home/lass/sync" = {
    devices = [ "mors" "icarus" "xerxes" "shodan" "green" "blue" "coaxmetal" ];
  };
  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" = {};
}