This commit is contained in:
mjallen18
2025-12-08 10:20:27 -06:00
parent 0b4d63fd09
commit 70a54b208e
3 changed files with 47 additions and 58 deletions

View File

@@ -15,7 +15,7 @@ in
config = mkIf cfg.enable {
services.ollama = {
enable = true;
package = pkgs.ollama-rocm;
package = pkgs.stable.ollama-rocm;
port = 11434;
host = "0.0.0.0";
user = "nix-apps";