10 lines
125 B
Nix
10 lines
125 B
Nix
{
|
|
imports = [
|
|
./wsl.nix
|
|
./hardware.nix
|
|
];
|
|
|
|
networking.hostName = "kidney";
|
|
|
|
system.stateVersion = "24.05";
|
|
}
|