diff options
| author | seth <[email protected]> | 2024-02-04 16:38:52 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-04 16:38:52 -0500 |
| commit | 371235663a4e8d783dfc4294bb0b10cd3206c9c6 (patch) | |
| tree | b401174901aedf9b7480bbece33942d8581bce34 /systems/atlas | |
| parent | 80321e46cbd2e436aa4b1c0edfcd5de2c71abcd0 (diff) | |
systems: don't set hostName manually
Diffstat (limited to 'systems/atlas')
| -rw-r--r-- | systems/atlas/default.nix | 1 |
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; }; |
