rescue: remove extraneous generic-extlinux-compatible option

This commit is contained in:
Colin 2023-11-08 15:31:13 +00:00
parent 851b2cec88
commit f4f1917ed6

View File

@ -4,7 +4,6 @@
./fs.nix
];
boot.loader.generic-extlinux-compatible.enable = true;
boot.loader.efi.canTouchEfiVariables = false;
sane.image.extraBootFiles = [ pkgs.bootpart-uefi-x86_64 ];
sane.persist.enable = false;