sayuri: Switch to EFI

The legacy BIOS does not show when the HDMI output is used with a 4K
screen.
pull/64/head
Simon Bruder 2022-05-07 12:34:25 +02:00
parent 71f868e104
commit b805fb5ef1
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 7 additions and 3 deletions

View File

@ -8,7 +8,11 @@
boot = {
kernelModules = [ "kvm-intel" ];
extraModulePackages = [ ];
loader.grub.device = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_250GB_S4EUNJ0N412342P";
loader = {
grub.enable = false;
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
initrd = {
availableKernelModules = [ "aesni_intel" "ahci" "ehci_pci" "nvme" "sd_mod" "sr_mod" "usb_storage" "usbhid" "xhci_pci" ];
kernelModules = [ "dm-snapshot" "sg" ];
@ -31,8 +35,8 @@
};
"/boot" = {
device = "/dev/disk/by-uuid/7b8b75d2-f779-4a49-b09d-b2a1bbd801bb";
fsType = "ext2";
device = "/dev/disk/by-uuid/75DA-DFE2";
fsType = "vfat";
};
"/data" = {