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;