diff options
author | makefu <github@syntax-fehler.de> | 2022-01-28 23:18:53 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-01-28 23:18:53 +0100 |
commit | 554ded629cae52c0f27e5a196dff4a7e2674eb4e (patch) | |
tree | bc4e2cf27f9bad061f997599e94f1e204592fb7b /lass/2configs/sync/the_playlist.nix | |
parent | 984ee05ec2b1ff8c7caba3d2580e8f7978f267b8 (diff) | |
parent | d8b64c4f1367e21ffea0c68d987e22480f5e8899 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/sync/the_playlist.nix')
-rw-r--r-- | lass/2configs/sync/the_playlist.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lass/2configs/sync/the_playlist.nix b/lass/2configs/sync/the_playlist.nix new file mode 100644 index 000000000..5bbf790a7 --- /dev/null +++ b/lass/2configs/sync/the_playlist.nix @@ -0,0 +1,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" = {}; +} |