mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Add updated wsl configuration
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
@@ -18,7 +18,7 @@ in {
|
||||
|
||||
system.stateVersion = "unstable";
|
||||
|
||||
networking = {hostName = "gallantis";};
|
||||
networking = {hostName = "aether";};
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
@@ -29,6 +29,5 @@ with lib; {
|
||||
RestartSec = "30s";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user