summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync/the_playlist.nix
blob: d8b17d2397cf7a7b92ba88dda2d18e5dc4604f21 (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" ];
  };
  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" = {};
}