diff options
author | lassulus <lassulus@lassul.us> | 2023-01-07 23:27:46 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2023-01-07 23:27:46 +0100 |
commit | b0b89a392b8ed402c73801e2488da34397786b6b (patch) | |
tree | 6a3425c968792cd0c96498d0b73044b84565e598 | |
parent | 9bd4b62502304cb54983bf2c2ce1fb40c596ec19 (diff) |
l sync radio: sync to radio.r
-rw-r--r-- | lass/2configs/radio/default.nix | 2 | ||||
-rw-r--r-- | lass/2configs/sync/the_playlist.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lass/2configs/radio/default.nix b/lass/2configs/radio/default.nix index cfc9252bd..a511196fd 100644 --- a/lass/2configs/radio/default.nix +++ b/lass/2configs/radio/default.nix @@ -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" = {}; diff --git a/lass/2configs/sync/the_playlist.nix b/lass/2configs/sync/the_playlist.nix index c01a11cc3..233ca8fb7 100644 --- a/lass/2configs/sync/the_playlist.nix +++ b/lass/2configs/sync/the_playlist.nix @@ -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" = {}; |