From 6b89ee47320c3c8ebae0aa6a8da7bba219fae5ad Mon Sep 17 00:00:00 2001 From: Frede Braendstrup Date: Sun, 2 Jun 2024 10:36:08 +0200 Subject: [PATCH] fix: incorrect hostname for homelab --- systems/homelab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =