From 5400199c922c3908c3282348b75c2bb1146d923a Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 23 May 2024 06:01:57 -0400 Subject: simplify flake module --- systems/atlas/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'systems/atlas') 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"; } -- cgit v1.2.3