l sync: add the_playlist
sadly a duplicate definition of l/2/radio
This commit is contained in:
parent
2f9a8b3331
commit
63bccf2200
@ -26,6 +26,7 @@ with import <stockholm/lib>;
|
||||
<stockholm/lass/2configs/sync/sync.nix>
|
||||
<stockholm/lass/2configs/sync/decsync.nix>
|
||||
<stockholm/lass/2configs/sync/weechat.nix>
|
||||
<stockholm/lass/2configs/sync/the_playlist.nix>
|
||||
#<stockholm/lass/2configs/c-base.nix>
|
||||
<stockholm/lass/2configs/br.nix>
|
||||
<stockholm/lass/2configs/ableton.nix>
|
||||
|
9
lass/2configs/sync/the_playlist.nix
Normal file
9
lass/2configs/sync/the_playlist.nix
Normal file
@ -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" = {};
|
||||
}
|
Loading…
Reference in New Issue
Block a user