diff options
author | lassulus <lassulus@lassul.us> | 2019-04-17 17:50:47 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-04-17 17:50:47 +0200 |
commit | 2e6376fbd04000597557e69bce0c00ee0db5277e (patch) | |
tree | 3afff1039086c935d8a2fde75d3e405b1e9bf26d | |
parent | 8d6957c64f310b38df47da587ee1a01437bd6489 (diff) |
l mors.r: sync the_playlist with prism.r
-rw-r--r-- | lass/1systems/mors/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/mors/config.nix b/lass/1systems/mors/config.nix index 3db29a712..706c3f58b 100644 --- a/lass/1systems/mors/config.nix +++ b/lass/1systems/mors/config.nix @@ -51,7 +51,7 @@ with import <stockholm/lib>; { krebs.syncthing.folders = [ { id = "contacts"; path = "/home/lass/contacts"; peers = [ "mors" "blue" "green" "phone" ]; } - { id = "the_playlist"; path = "/home/lass/tmp/the_playlist"; peers = [ "mors" "phone" ]; } + { id = "the_playlist"; path = "/home/lass/tmp/the_playlist"; peers = [ "mors" "phone" "prism" ]; } { path = "/home/lass/.weechat"; peers = [ "blue" "green" "mors" ]; } ]; lass.ensure-permissions = [ |