l sync radio: sync to radio.r

This commit is contained in:
lassulus 2023-01-07 23:27:46 +01:00
parent 9bd4b62502
commit b0b89a392b
2 changed files with 2 additions and 2 deletions

View File

@ -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" = {};

View File

@ -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" = {};