From c8c00cfd413555f8916ba65b77b4cd9d4cd7e6df Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 20 Nov 2023 20:06:12 -0700 Subject: better hostname --- machines/zenbook/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/zenbook/configuration.nix') 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. -- cgit v1.2.3