diff options
author | Ben Sima <ben@bsima.me> | 2025-02-06 17:40:53 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-02-06 17:40:53 -0500 |
commit | 1f9787cf112ebc82be6000c4bd1c09b7dc88c319 (patch) | |
tree | 2fdffaa8386d5f931e1b071fd6744ddc02d54a20 /Omni/Dev/Beryllium/OpenWebui.nix | |
parent | 42d9c462002740a6a5cf8edb8fcfd00bcc36bb4b (diff) |
Update nixpkgs and stupid fixes
Some things got through the CI system, probably during updates. So I had more
stupid little fixes to do. I should really improve bild to the point that these
won't happen anymore and builds don't take so long.
Diffstat (limited to 'Omni/Dev/Beryllium/OpenWebui.nix')
-rw-r--r-- | Omni/Dev/Beryllium/OpenWebui.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Dev/Beryllium/OpenWebui.nix b/Omni/Dev/Beryllium/OpenWebui.nix index 7b95331..dccba8b 100644 --- a/Omni/Dev/Beryllium/OpenWebui.nix +++ b/Omni/Dev/Beryllium/OpenWebui.nix @@ -7,7 +7,7 @@ in { volumes = ["/var/lib/open-webui:/app/backend/data"]; environment = { OLLAMA_BASE_URL = "http://127.0.0.1:${toString ports.ollama}"; - PORT = ports.open-webui; + PORT = toString ports.open-webui; }; extraOptions = ["--network=host"]; }; |