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