diff --git a/modules/system/homelab/ai.nix b/modules/system/homelab/ai.nix index 14db355..14d5632 100644 --- a/modules/system/homelab/ai.nix +++ b/modules/system/homelab/ai.nix @@ -4,6 +4,7 @@ enable = true; host = "127.0.0.1"; port = 11434; + user = "ollama"; home = "/mnt/data/ollama"; # loadModels = [ "gemma3n:e4b" "gemma3n:e2b" ]; };