make ollama and open-webui available on the local network for now #194

Merged
ahuston-0 merged 1 commits from feature/fwupd into main 2026-03-23 21:02:59 -04:00
Showing only changes of commit e8228616fb - Show all commits

View File

@@ -40,11 +40,13 @@ in
OLLAMA_CONTEXT_LENGTH = "64000"; OLLAMA_CONTEXT_LENGTH = "64000";
}; };
openFirewall = true; openFirewall = true;
host = "0.0.0.0"; # don't want to make this available via load-balancer yet, so making it available on the local network
}; };
open-webui = { open-webui = {
enable = true; enable = true;
port = 21212; port = 21212;
openFirewall = true; openFirewall = true;
host = "0.0.0.0"; # don't want to make this available via load-balancer yet, so making it available on the local network
}; };
}; };
users.users.ollama = { users.users.ollama = {