add kidney machine config
This commit is contained in:
parent
82bed310d8
commit
95d1f5adbe
6 changed files with 131 additions and 21 deletions
9
hosts/kidney/default.nix
Normal file
9
hosts/kidney/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{lib}: {
|
||||
imports = [
|
||||
./wsl.nix
|
||||
];
|
||||
|
||||
networking.hostName = "kidney";
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue