From 9e679b23bc34db64d6776d548706b794fd129058 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 29 Sep 2023 21:59:14 -0600 Subject: messing with changing hostname --- machines/zenbook/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines') 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. -- cgit v1.2.3