ctucx.git: nixfiles

ctucx' nixfiles

commit 7450bb3dfe86a8b07b0e1c0482f691ea7a6c5583
parent f761aa3c159611b3f395cc26ff040bac44c7938e
Author: Katja (ctucx) <git@ctu.cx>
Date: Sun, 9 Mar 2025 13:53:38 +0100

machines/wanderduene: replace `ctucxConfig.services.syncthing` with `ctucxConfig.services.syncthingNginx`
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/wanderduene/syncthing.nix b/machines/wanderduene/syncthing.nix
@@ -2,7 +2,7 @@
 
 {
 
-  imports = [ ctucxConfig.services.syncthing ];
+  imports = [ ctucxConfig.services.syncthingNginx ];
 
   services.syncthing = rec {
     dataDir = "/home/katja/syncthing";