From bc8b5449c789c220f89fefdd72e8ab5793ddfb33 Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 15 Sep 2025 18:18:57 +0200 Subject: [PATCH] fix(syncthing): disable --- hosts/sobotka/server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sobotka/server.nix b/hosts/sobotka/server.nix index c43ded9b..850dcfa3 100644 --- a/hosts/sobotka/server.nix +++ b/hosts/sobotka/server.nix @@ -58,7 +58,7 @@ zoneId = "0027acdfb8bbe010f55b676ad8698dfb"; }; syncthing = { - enable = true; + enable = false; }; keepalived = { enable = true;