From 3036e453630659cb8beb959c099759616f09e5f6 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 8 Jul 2025 22:01:05 +0300 Subject: [PATCH] disabled eko for debugging --- host/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/configuration.nix b/host/configuration.nix index 3a44554..835c56e 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -56,7 +56,7 @@ syncthing.enable = true; nextcloud.enable = false; wakapi.enable = true; - eko.enable = true; + eko.enable = false; # Automatically pull this config from git autoUpdate.enable = true;