diff options
author | lassulus <lassulus@lassul.us> | 2022-01-30 10:52:13 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-01-30 11:22:09 +0100 |
commit | af2faf380358fca09ee429690875c89eb965ea82 (patch) | |
tree | 76286aa738d4062322b1403687f52887ec90cbd7 /lass/2configs/sync | |
parent | 100b6fc2438db6ca2c7abe0ad525be3b1dd64895 (diff) |
l the_playlist: share with omo
Diffstat (limited to 'lass/2configs/sync')
-rw-r--r-- | lass/2configs/sync/the_playlist.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/sync/the_playlist.nix b/lass/2configs/sync/the_playlist.nix index d8b17d239..c01a11cc3 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" = {}; |