From 2157d267d05724d8e10e4ce1b684d28269002539 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Fri, 19 Sep 2025 14:35:07 +0200 Subject: [PATCH] fix: readd missing hardware config Signed-off-by: Lander Van den Bulcke --- lib/hetzner.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/hetzner.nix b/lib/hetzner.nix index 5b8672e..e1917da 100644 --- a/lib/hetzner.nix +++ b/lib/hetzner.nix @@ -32,10 +32,16 @@ { config, lib, + modulesPath, pkgs, ... }: { + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + (modulesPath + "/profiles/qemu-guest.nix") + ]; + boot = { loader.grub = { devices = [ "/dev/sda" ];