summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-01-30 10:52:13 +0100
committerlassulus <lassulus@lassul.us>2022-01-30 11:22:09 +0100
commitaf2faf380358fca09ee429690875c89eb965ea82 (patch)
tree76286aa738d4062322b1403687f52887ec90cbd7 /lass
parent100b6fc2438db6ca2c7abe0ad525be3b1dd64895 (diff)
l the_playlist: share with omo
Diffstat (limited to 'lass')
-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 d8b17d23..c01a11cc 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" ];
+ devices = [ "mors" "phone" "prism" "omo" ];
};
krebs.acl."/home/lass/tmp/the_playlist"."u:syncthing:X".parents = true;
krebs.acl."/home/lass/tmp/the_playlist"."u:syncthing:rwX" = {};