From 2c489dafabeda653b2e149f60aed05cfcb09b0ce Mon Sep 17 00:00:00 2001 From: J Date: Wed, 7 Aug 2024 17:03:58 +1000 Subject: [PATCH] Remove conflicting hostname definition --- systems/custom-formats/kexec.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/custom-formats/kexec.nix b/systems/custom-formats/kexec.nix index fe77f47..3f27c23 100644 --- a/systems/custom-formats/kexec.nix +++ b/systems/custom-formats/kexec.nix @@ -52,7 +52,6 @@ in { "panic=30" "boot.panic_on_fail" # reboot the machine upon fatal boot issues ]; - networking.hostName = lib.mkDefault "kexec"; formatAttr = "kexec_tarball"; fileExtension = ".tar.xz";