diff options
author | lassulus <lass@xerxes.r> | 2019-07-15 18:48:53 +0200 |
---|---|---|
committer | lassulus <lass@xerxes.r> | 2019-07-15 18:48:53 +0200 |
commit | 43b2333e50722e3be30c4337a732ac09528b1aba (patch) | |
tree | bc8414261192dd65e3ec7d15a2f37dee24658f30 /lass/1systems/xerxes | |
parent | ea68d0fe56d747737161086584e3545e7f69d701 (diff) |
l xerxes.r: add the_playlist sync
Diffstat (limited to 'lass/1systems/xerxes')
-rw-r--r-- | lass/1systems/xerxes/config.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lass/1systems/xerxes/config.nix b/lass/1systems/xerxes/config.nix index b393f203d..c120c17d7 100644 --- a/lass/1systems/xerxes/config.nix +++ b/lass/1systems/xerxes/config.nix @@ -32,4 +32,19 @@ ]; lass.screenlock.enable = lib.mkForce false; + krebs.syncthing = { + folders = { + the_playlist = { + path = "/home/lass/tmp/the_playlist"; + peers = [ "mors" "phone" "prism" "xerxes" ]; + }; + }; + }; + krebs.permown = { + "/home/lass/tmp/the_playlist" = { + owner = "lass"; + group = "syncthing"; + umask = "0007"; + }; + }; } |