Add updated wsl configuration

This commit is contained in:
Dave Gallant
2022-07-30 13:42:28 +00:00
parent e0b6e5782c
commit 328b2a2d95
20 changed files with 3 additions and 4 deletions

View File

@@ -90,11 +90,11 @@
++ defaultModules ++ defaultModules
++ desktopLinuxModules; ++ desktopLinuxModules;
}; };
gallantis = nixpkgs.lib.nixosSystem { aether = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = modules =
[ [
./machines/gallantis/configuration.nix ./machines/aether/configuration.nix
] ]
++ defaultModules; ++ defaultModules;
}; };

View File

@@ -18,7 +18,7 @@ in {
system.stateVersion = "unstable"; system.stateVersion = "unstable";
networking = {hostName = "gallantis";}; networking = {hostName = "aether";};
wsl = { wsl = {
enable = true; enable = true;

View File

@@ -29,6 +29,5 @@ with lib; {
RestartSec = "30s"; RestartSec = "30s";
}; };
}; };
}; };
} }