13 lines
245 B
Nix
13 lines
245 B
Nix
{...}: {
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
./modules.nix
|
|
];
|
|
|
|
horseman.username = "horseman";
|
|
horseman.stateVersion = "25.05";
|
|
|
|
networking.hostName = "artemis";
|
|
|
|
networking.extraHosts = "127.0.0.1 koala.rails.local";
|
|
}
|