l sync radio: sync to radio.r
This commit is contained in:
parent
9bd4b62502
commit
b0b89a392b
@ -320,7 +320,7 @@ in {
|
||||
};
|
||||
services.syncthing.declarative.folders."the_playlist" = {
|
||||
path = "/var/music/the_playlist";
|
||||
devices = [ "mors" "phone" "prism" "omo" ];
|
||||
devices = [ "mors" "phone" "prism" "omo" "radio" ];
|
||||
};
|
||||
krebs.acl."/var/music/the_playlist"."u:syncthing:X".parents = true;
|
||||
krebs.acl."/var/music/the_playlist"."u:syncthing:rwX" = {};
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
services.syncthing.folders.the_playlist = {
|
||||
path = "/home/lass/tmp/the_playlist";
|
||||
devices = [ "mors" "phone" "prism" "omo" ];
|
||||
devices = [ "mors" "phone" "prism" "omo" "radio" ];
|
||||
};
|
||||
krebs.acl."/home/lass/tmp/the_playlist"."u:syncthing:X".parents = true;
|
||||
krebs.acl."/home/lass/tmp/the_playlist"."u:syncthing:rwX" = {};
|
||||
|
Loading…
Reference in New Issue
Block a user