From 574b53c828c00ac69f53dc4e33c2e3a3e80ec0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 1 May 2024 19:14:27 +0200 Subject: [PATCH] Fix ha1 hostname --- hosts/ha1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;