diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-29 21:59:14 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-29 21:59:14 -0600 |
| commit | 9e679b23bc34db64d6776d548706b794fd129058 (patch) | |
| tree | 6a2fd59f19abc6217e8d1442a502b1cc52806357 /machines/zenbook | |
| parent | fabaea6e173ced7b1895f7b269215c8b84df64ab (diff) | |
messing with changing hostname
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 2 |
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. |
