fix ollama
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user