add conifer host (desktop wsl)
This commit is contained in:
parent
8310a093e5
commit
3b5e4489a4
6 changed files with 185 additions and 14 deletions
7
hosts/conifer/hardware.nix
Normal file
7
hosts/conifer/hardware.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{inputs, ...}: {
|
||||
imports = [inputs.nixos-wsl.nixosModules.default];
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "xun";
|
||||
|
||||
nixpkgs.hostPlatform.system = "x86_64-linux";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue