This commit is contained in:
2025-08-03 19:55:00 +03:00
parent 8fdca767a4
commit 986947c71b
2 changed files with 11 additions and 8 deletions
+4 -1
View File
@@ -28,7 +28,10 @@ let
earlyoom.enable = true;
};
networking.hostName = "${inputs.zeroq.devices.wsl.hostname}";
networking = {
firewall.enable = false;
hostName = "${inputs.zeroq.devices.wsl.hostname}";
};
wsl = {
enable = true;
+7 -7
View File
@@ -5,17 +5,17 @@
pkgs,
...
}:
# let
# fix = import inputs.nixpkgs {
# system = "x86_64-linux";
# config.allowUnfree = true;
# }; # temp
# in
let
fix = import inputs.nixpkgs {
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 = 11111;
openFirewall = true;