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
++ desktopLinuxModules;
};
gallantis = nixpkgs.lib.nixosSystem {
aether = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules =
[
./machines/gallantis/configuration.nix
./machines/aether/configuration.nix
]
++ defaultModules;
};

View File

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

View File

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