fix ollama

This commit is contained in:
2026-06-17 00:59:06 -04:00
parent 0826b338d0
commit f65fb3f388
+2 -1
View File
@@ -141,7 +141,6 @@
enable = true; enable = true;
host = "0.0.0.0"; host = "0.0.0.0";
openFirewall = true; openFirewall = true;
acceleration = "cuda";
package = pkgs-unstable.ollama-cuda; package = pkgs-unstable.ollama-cuda;
environmentVariables = { environmentVariables = {
CUDA_VISIBLE_DEVICES = "0,1"; CUDA_VISIBLE_DEVICES = "0,1";
@@ -151,6 +150,8 @@
services.comfyui = { services.comfyui = {
enable = true; enable = true;
enableManager = true; enableManager = true;
port = 8188;
openfirewall = true;
listenAddress = "0.0.0.0"; listenAddress = "0.0.0.0";
dataDir = "/home/rogueking/models/comfyui-data"; dataDir = "/home/rogueking/models/comfyui-data";
user = "rogueking"; user = "rogueking";