summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/the_playlist.nix
blob: c01a11cc305d9a4111be98fbcd19a80475462bf5 (plain)
1
2
3
4
5
6
7
8
9
{
  services.syncthing.folders.the_playlist = {
    path = "/home/lass/tmp/the_playlist";
    devices = [ "mors" "phone" "prism" "omo" ];
  };
  krebs.acl."/home/lass/tmp/the_playlist"."u:syncthing:X".parents = true;
  krebs.acl."/home/lass/tmp/the_playlist"."u:syncthing:rwX" = {};
  krebs.acl."/home/lass/tmp/the_playlist"."u:lass:rwX" = {};
}