summaryrefslogtreecommitdiffstats
path: root/lass/2configs/sync
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2023-01-07 23:27:46 +0100
committerlassulus <lassulus@lassul.us>2023-01-07 23:27:46 +0100
commitb0b89a392b8ed402c73801e2488da34397786b6b (patch)
tree6a3425c968792cd0c96498d0b73044b84565e598 /lass/2configs/sync
parent9bd4b62502304cb54983bf2c2ce1fb40c596ec19 (diff)
l sync radio: sync to radio.r
Diffstat (limited to 'lass/2configs/sync')
-rw-r--r--lass/2configs/sync/the_playlist.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/sync/the_playlist.nix b/lass/2configs/sync/the_playlist.nix
index c01a11cc..233ca8fb 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" = {};