fixed missing semicolon lol
This commit is contained in:
parent
e3ec0ea1a5
commit
7c1f1501db
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@
|
||||||
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
||||||
|
|
||||||
services.ollama.enable = true;
|
services.ollama.enable = true;
|
||||||
services.ollama.host = "0.0.0.0"
|
services.ollama.host = "0.0.0.0";
|
||||||
networking.firewall.allowedTCPPorts = [ 11434 ];
|
networking.firewall.allowedTCPPorts = [ 11434 ];
|
||||||
|
|
||||||
services.open-webui.enable = true;
|
services.open-webui.enable = true;
|
||||||
services.open-webui.port = 8888;
|
services.open-webui.port = 8888;
|
||||||
services.open-webui.environment.WEBUI_AUTH = "False"; # auth handled by Authelia upstream
|
services.open-webui.environment.WEBUI_AUTH = "False"; # auth handled by Authelia upstream
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue