Welcome artemi
This commit is contained in:
parent
b4a0db8b6d
commit
64a92b3e87
4 changed files with 80 additions and 6 deletions
13
machines/artemis/configuration.nix
Normal file
13
machines/artemis/configuration.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules.nix
|
||||
];
|
||||
|
||||
horseman.username = "horseman";
|
||||
horseman.stateVersion = "24.11";
|
||||
|
||||
networking.hostName = "artemis";
|
||||
|
||||
networking.extraHosts = "127.0.0.1 koala.rails.local";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue