summaryrefslogtreecommitdiffstats
path: root/lass/1systems/xerxes/config.nix
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2019-08-06 15:51:38 +0200
committerjeschli <jeschli@gmail.com>2019-08-06 15:51:38 +0200
commit01a431857a42a6a3fcbd6eff414071ca8ef15e74 (patch)
tree0eb84976b1850959233d758a7a27249498797b26 /lass/1systems/xerxes/config.nix
parentcd4f0290ed091cdae9b5d8526f4387b54e2c42dc (diff)
parent2885fbd942163d733586cd966c76ccf9159ae208 (diff)
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'lass/1systems/xerxes/config.nix')
-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";
+ };
+ };
}