diff options
Diffstat (limited to 'systems/atlas')
| -rw-r--r-- | systems/atlas/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index df55b62..7145297 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -27,7 +27,10 @@ loader.efi.canTouchEfiVariables = true; }; - networking.domain = "getchoo.com"; + networking = { + domain = "getchoo.com"; + hostName = "atlas"; + }; system.stateVersion = "23.05"; } |
