summaryrefslogtreecommitdiff
path: root/machines/zenbook
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-09-29 21:59:14 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-09-29 21:59:14 -0600
commit9e679b23bc34db64d6776d548706b794fd129058 (patch)
tree6a2fd59f19abc6217e8d1442a502b1cc52806357 /machines/zenbook
parentfabaea6e173ced7b1895f7b269215c8b84df64ab (diff)
messing with changing 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 77e7fe6..2c492e7 100644
--- a/machines/zenbook/configuration.nix
+++ b/machines/zenbook/configuration.nix
@@ -27,7 +27,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.