diff --git a/hosts/ha1/configuration.nix b/hosts/ha1/configuration.nix index 48558d9..0337ed5 100644 --- a/hosts/ha1/configuration.nix +++ b/hosts/ha1/configuration.nix @@ -13,7 +13,7 @@ boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; - networking.hostName = "ns1"; + networking.hostName = "ha1"; networking.domain = "home.2rjus.net"; networking.useNetworkd = true; networking.useDHCP = false;