This commit is contained in:
2025-09-08 23:20:13 +03:00
parent 7f6c112cb6
commit 5e6198c3ef
4 changed files with 18 additions and 14 deletions
+7 -7
View File
@@ -5,17 +5,17 @@
pkgs,
...
}:
let
fix = import inputs.nixpkgs-last-unstable {
system = "x86_64-linux";
config.allowUnfree = true;
}; # temp
in
# let
# fix = import inputs.nixpkgs-last-unstable {
# system = "x86_64-linux";
# config.allowUnfree = true;
# }; # temp
# in
{
services = {
open-webui = {
enable = true;
package = fix.open-webui;
#package = fix.open-webui;
host = "0.0.0.0";
port = 11112;
openFirewall = true;