From f65fb3f38839295f9b25fca73be5bd7093f557de Mon Sep 17 00:00:00 2001 From: rogueking Date: Wed, 17 Jun 2026 00:59:06 -0400 Subject: [PATCH] fix ollama --- hosts/ender-ml/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/ender-ml/configuration.nix b/hosts/ender-ml/configuration.nix index 0d7f359..922ea6a 100644 --- a/hosts/ender-ml/configuration.nix +++ b/hosts/ender-ml/configuration.nix @@ -141,7 +141,6 @@ enable = true; host = "0.0.0.0"; openFirewall = true; - acceleration = "cuda"; package = pkgs-unstable.ollama-cuda; environmentVariables = { CUDA_VISIBLE_DEVICES = "0,1"; @@ -151,6 +150,8 @@ services.comfyui = { enable = true; enableManager = true; + port = 8188; + openfirewall = true; listenAddress = "0.0.0.0"; dataDir = "/home/rogueking/models/comfyui-data"; user = "rogueking";