ctucx.git: nixfiles

ctucx' nixfiles

commit 91ecba2eba8fa7fd41961035ceefb77d2bc5021a
parent eb82d71f9ff5f9fa764ac0ac1119bf11116d931e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 13 Feb 2022 14:01:13 +0100

services/syncthing: add 'osterei' to appendDataDirHosts
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configurations/services/syncthing.nix b/configurations/services/syncthing.nix
@@ -65,7 +65,7 @@ let
     else
       false;
 
-  appendDataDirHosts = [ "desastro" "lollo" "taurus" ];
+  appendDataDirHosts = [ "desastro" "lollo" "taurus" "osterei" ];
   dataDir            = "/home/leah" + (if builtins.elem config.networking.hostName appendDataDirHosts then "/syncthing" else "");
 
 in {