This commit is contained in:
2025-07-31 19:54:36 +03:00
parent bb4308f688
commit c1a247a186
3 changed files with 21 additions and 3 deletions
+3 -3
View File
@@ -6,13 +6,13 @@
...
}:
let
last-stable = import inputs.nixos { system = "x86_64-linux"; }; # temp
unfree = import inputs.nixpkgs-webui { system = "x86_64-linux"; config.allowUnfree = true; }; # temp
in
{
services = {
open-webui = {
enable = true;
#package = last-stable.open-webui;
enable = false;
package = unfree.open-webui;
host = "0.0.0.0";
port = 11111;
openFirewall = true;