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" ];