sayuri: Switch to EFI
The legacy BIOS does not show when the HDMI output is used with a 4K screen.
This commit is contained in:
parent
71f868e104
commit
b805fb5ef1
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue