From b6f6366e2ae7ac5095fd633a9c8ee7afe08f3be6 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 4 May 2025 07:37:47 +0200 Subject: [PATCH] feat(heimdall): actually use the hostname. --- hosts/heimdall/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/heimdall/configuration.nix b/hosts/heimdall/configuration.nix index 8aab40d..aa23730 100644 --- a/hosts/heimdall/configuration.nix +++ b/hosts/heimdall/configuration.nix @@ -9,6 +9,9 @@ (modulesPath + "/profiles/qemu-guest.nix") ./disk-config.nix ]; + + networking.hostName = "heimdall"; + boot.loader.grub = { efiSupport = true; efiInstallAsRemovable = true;