summaryrefslogtreecommitdiff
path: root/machines/zenbook
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-09-30 04:01:29 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-09-30 04:01:29 -0600
commit1d0a29ef4b3c472583e05d05412737edce3893f9 (patch)
tree1c32875c625aa86822af2d52af15b5da60212120 /machines/zenbook
parent104fd6b68e77cfba6ea8a0ec308dfc9a6815775f (diff)
hostname change failed, reverting
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 2c492e7..77e7fe6 100644
--- a/machines/zenbook/configuration.nix
+++ b/machines/zenbook/configuration.nix
@@ -27,7 +27,7 @@
# Or disable the firewall altogether.
# enable = false;
};
- hostName = "zenbook";
+ hostName = "nixos-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.