diff --git a/modules/configuration.nix b/modules/configuration.nix index 29506d4..5c3c52b 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -62,7 +62,7 @@ footer = true; }; - timeout = 10; + timeout = 5; }; }; @@ -124,7 +124,7 @@ # List services that you want to enable: services = { ollama = { - enable = true; + enable = false; # Optional: load models on startup #loadModels = [ ... ]; };