mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+4
-1
@@ -28,7 +28,10 @@ let
|
|||||||
earlyoom.enable = true;
|
earlyoom.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "${inputs.zeroq.devices.wsl.hostname}";
|
networking = {
|
||||||
|
firewall.enable = false;
|
||||||
|
hostName = "${inputs.zeroq.devices.wsl.hostname}";
|
||||||
|
};
|
||||||
|
|
||||||
wsl = {
|
wsl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -5,17 +5,17 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
# let
|
let
|
||||||
# fix = import inputs.nixpkgs {
|
fix = import inputs.nixpkgs {
|
||||||
# system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
# config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
# }; # temp
|
}; # temp
|
||||||
# in
|
in
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
open-webui = {
|
open-webui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#package = fix.open-webui;
|
package = fix.open-webui;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
port = 11111;
|
port = 11111;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user