summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-04 16:38:52 -0500
committerseth <[email protected]>2024-02-04 16:38:52 -0500
commit371235663a4e8d783dfc4294bb0b10cd3206c9c6 (patch)
treeb401174901aedf9b7480bbece33942d8581bce34 /systems/atlas
parent80321e46cbd2e436aa4b1c0edfcd5de2c71abcd0 (diff)
systems: don't set hostName manually
Diffstat (limited to 'systems/atlas')
-rw-r--r--systems/atlas/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 5b27856..5fd346b 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -19,7 +19,6 @@
networking = {
domain = "mydadleft.me";
- hostName = "atlas";
networkmanager.enable = false;
};