This commit is contained in:
2025-08-04 21:06:43 +03:00
parent 0a1d711ba1
commit 704e704b4c
3 changed files with 91 additions and 4 deletions
+5 -2
View File
@@ -9,7 +9,10 @@ let
...
}:
{
xlib.device.type = "wsl";
xlib.device = {
type = "wsl";
hostname = "wsl";
};
imports = with inputs; [
# Hardware
@@ -59,7 +62,7 @@ let
networking = {
firewall.enable = false;
hostName = "${inputs.zeroq.devices.wsl.hostname}";
hostName = "${config.xlib.device.hostname}";
};
wsl = {