change patio to use limine instead of systemd boot
This commit is contained in:
parent
834a97602a
commit
5df78a4f4a
1 changed files with 6 additions and 1 deletions
|
|
@ -62,7 +62,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.supportedFilesystems = ["exfat" "ntfs" "xfs"];
|
boot.supportedFilesystems = ["exfat" "ntfs" "xfs"];
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.limine.enable = true;
|
||||||
|
boot.loader.limine.style.wallpapers = [];
|
||||||
|
boot.loader.limine.additionalFiles = {
|
||||||
|
"efi/memtest86.efi" = "${pkgs.memtest86-efi}/BOOTX64.efi";
|
||||||
|
"efi/shell.efi" = "${pkgs.edk2-uefi-shell}/shell.efi";
|
||||||
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue