switch back to systemd-boot

This commit is contained in:
Grigory Shipunov 2022-09-14 19:43:55 +02:00
parent 79882b73bd
commit de1091b3b0
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -29,11 +29,7 @@
boot = { boot = {
loader = { loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
grub = { systemd-boot.enable = true;
enable = true;
efiSupport = true;
device = "nodev";
};
}; };
supportedFilesystems = [ "zfs" ]; supportedFilesystems = [ "zfs" ];
kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages; kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;