summaryrefslogtreecommitdiff
path: root/machines/zenbook
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-08-31 01:48:26 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-08-31 01:48:26 +0200
commit1a06feccfec147920662487ab0575ee35e867a02 (patch)
treee0cd3ebc25863c8bdc99157fa07c27d0bbb23ec7 /machines/zenbook
parent996085b73a4be4bf200d644d94b315c7b1f1e913 (diff)
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 4148d7b..4a3ea42 100644
--- a/machines/zenbook/configuration.nix
+++ b/machines/zenbook/configuration.nix
@@ -25,7 +25,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.