diff --git a/systems/homelab.nix b/systems/homelab.nix index 85d6184..c1afd33 100644 --- a/systems/homelab.nix +++ b/systems/homelab.nix @@ -9,7 +9,7 @@ boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; - networking.hostName = "server"; + networking.hostName = "homelab"; networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode =