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 = {
loader = {
efi.canTouchEfiVariables = true;
grub = {
enable = true;
efiSupport = true;
device = "nodev";
};
systemd-boot.enable = true;
};
supportedFilesystems = [ "zfs" ];
kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;