fix(open-webui): use stable

This commit is contained in:
2025-07-11 20:43:47 +08:00
parent 2c035ac47a
commit 8a169dbfa1

View File

@@ -1,8 +1,10 @@
{ pkgs, ... }:
{ {
services.open-webui = { services.open-webui = {
enable = true; enable = true;
host = "127.0.0.1"; host = "127.0.0.1";
port = 8089; port = 8089;
package = pkgs.stable.open-webui;
}; };
services.caddy.virtualHosts."ai.imxyy.top" = { services.caddy.virtualHosts."ai.imxyy.top" = {
extraConfig = '' extraConfig = ''