summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/decsync.nix
blob: 5fded10a276a9d87e977dc89e9862eab40295a57 (plain)
1
2
3
4
5
6
7
8
9
10
{
  services.syncthing.folders.decsync = {
    path = "/home/lass/decsync";
    devices = [ "mors" "blue" "green" "phone" ];
  };

  krebs.acl."/home/lass/decsync"."u:syncthing:X".parents = true;
  krebs.acl."/home/lass/decsync"."u:syncthing:rwX" = {};
  krebs.acl."/home/lass/decsync"."u:lass:rwX" = {};
}