From e40c987cd0e8297a4969c13aae5befa5d060545a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 8 Mar 2024 20:14:40 +0100 Subject: [PATCH] Correct hostname --- hosts/ns3/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ns3/configuration.nix b/hosts/ns3/configuration.nix index 75341e8..2a14ebf 100644 --- a/hosts/ns3/configuration.nix +++ b/hosts/ns3/configuration.nix @@ -14,7 +14,7 @@ boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; - networking.hostname = "ns3"; + networking.hostName = "ns3"; networking.domain = "home.2rjus.net"; networking.useNetworkd = true; networking.useDHCP = false;