13 lines
202 B
Nix
13 lines
202 B
Nix
{...}: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./modules.nix
|
|
../../modules
|
|
];
|
|
|
|
horseman.username = "horseman";
|
|
|
|
networking.hostName = "terra";
|
|
|
|
system.stateVersion = "24.11";
|
|
}
|