diff --git a/modules/system.nix b/modules/system.nix index 91f2289..e57a37d 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -50,9 +50,11 @@ services.fwupd.enable = true; # Ollama as a service - services.ollama.enable = true; - environment.variables = { - OLLAMA_ORIGINS = "moz-extension://*"; + services.ollama = { + enable = true; + environmentVariables = { + OLLAMA_ORIGINS = "moz-extension://*"; + }; }; # Enable fish shell