summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@xerxes.r>2019-07-15 18:48:53 +0200
committerlassulus <lass@xerxes.r>2019-07-15 18:48:53 +0200
commit43b2333e50722e3be30c4337a732ac09528b1aba (patch)
treebc8414261192dd65e3ec7d15a2f37dee24658f30
parentea68d0fe56d747737161086584e3545e7f69d701 (diff)
l xerxes.r: add the_playlist sync
-rw-r--r--lass/1systems/xerxes/config.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/lass/1systems/xerxes/config.nix b/lass/1systems/xerxes/config.nix
index b393f203..c120c17d 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";
+ };
+ };
}