This commit is contained in:
2025-08-08 22:33:10 +03:00
parent 310f41d9eb
commit 90e9707d27
17 changed files with 69 additions and 56 deletions
+3 -2
View File
@@ -6,6 +6,7 @@ let
lib,
pkgs,
modulesPath,
xlib,
...
}:
{
@@ -30,14 +31,14 @@ let
networking = {
firewall.enable = false;
hostName = config.xlib.device.hostname;
hostName = xlib.device.hostname;
};
wsl = {
enable = true;
startMenuLaunchers = true;
#useWindowsDriver = true;
defaultUser = config.xlib.device.username;
defaultUser = xlib.device.username;
};
system.stateVersion = "24.11";