add kidney machine config
This commit is contained in:
parent
82bed310d8
commit
95d1f5adbe
6 changed files with 131 additions and 21 deletions
8
hosts/kidney/wsl.nix
Normal file
8
hosts/kidney/wsl.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
];
|
||||
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "xun";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue