summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/the_playlist.nix
blob: 5bbf790a792b362901eac25bb65c45b34b19ffae (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" ];
  };
  lass.acl."/home/lass/tmp/the_playlist"."u:syncthing:X".parents = true;
  lass.acl."/home/lass/tmp/the_playlist"."u:syncthing:rwX" = {};
  lass.acl."/home/lass/tmp/the_playlist"."u:lass:rwX" = {};
}