summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-23 06:01:57 -0400
committerseth <[email protected]>2024-05-23 04:14:04 -0600
commit5400199c922c3908c3282348b75c2bb1146d923a (patch)
tree0ec889d08e2691733df13ba8b66154c503566d2b /systems/atlas/default.nix
parent573c04045c247791523062205dcc76b5cf69066c (diff)
simplify flake module
Diffstat (limited to 'systems/atlas/default.nix')
-rw-r--r--systems/atlas/default.nix5
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";
}