From 40458f49ebada72ccd8c62ac16d1a9b5c4345b80 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 8 Jul 2023 11:16:40 +0200 Subject: Fix(system/disks): Change partitioning scheme to support gpt/bios boot --- hosts/server1/hardware.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/server1/hardware.nix b/hosts/server1/hardware.nix index 9fabafe..6086362 100644 --- a/hosts/server1/hardware.nix +++ b/hosts/server1/hardware.nix @@ -3,6 +3,7 @@ (modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/profiles/headless.nix") ]; + # FIXME: The name of the grub device depends on the disko settings boot.loader.grub.device = "/dev/vda"; boot.initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk"]; boot.initrd.kernelModules = []; -- cgit 1.4.1