summaryrefslogtreecommitdiff
path: root/machines/zenbook
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-11-20 20:06:12 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-11-20 20:06:12 -0700
commitc8c00cfd413555f8916ba65b77b4cd9d4cd7e6df (patch)
tree462b3c55ac8c33ea145d4f03e2b09e1540c4fc8f /machines/zenbook
parentf09faeed2ef3cdf9674bb5a32aa26493b83b35ea (diff)
better hostname
Diffstat (limited to 'machines/zenbook')
-rw-r--r--machines/zenbook/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix
index e925bcb..51498e9 100644
--- a/machines/zenbook/configuration.nix
+++ b/machines/zenbook/configuration.nix
@@ -38,7 +38,7 @@
# Or disable the firewall altogether.
# enable = false;
};
- hostName = "nixos-zenbook";
+ hostName = "zenbook";
# Pick only one of the below networking options.
# wireless.enable = true; # Enables wireless support via wpa_supplicant.
networkmanager.enable = true; # Easiest to use and most distros use this by default.