diff --git a/flake.nix b/flake.nix index f1cb167..e3f52f3 100644 --- a/flake.nix +++ b/flake.nix @@ -119,6 +119,13 @@ nixosModules.${system} = { "hetzner.hardware" = { + boot.loader.grub.device = "/dev/sda"; + boot.initrd.availableKernelModules = [ + "ata_piix" + "uhci_hcd" + "xen_blkfront" + "vmw_pvscsi" + ]; boot.initrd.kernelModules = [ "nvme" ]; fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; }; };