Update bootloader config again

This commit is contained in:
Mr Hedgehog 2022-05-04 06:43:28 -04:00
parent 34f816cf41
commit 330971c806

View file

@ -5,13 +5,13 @@
}: { }: {
boot = { boot = {
loader = { loader = {
systemd-boot.enable = true; # systemd-boot.enable = true;
systemd-boot.configurationLimit = 5; # systemd-boot.configurationLimit = 5;
efi.canTouchEfiVariables = false; # efi.canTouchEfiVariables = false;
# grub.enable = true; grub.enable = true;
# grub.device = "/dev/nvme0n1"; grub.device = "/dev/nvme0n1";
# grub.efiSupport = false; grub.efiSupport = false;
# grub.configurationLimit = 5; grub.configurationLimit = 5;
}; };
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = lib.mkForce ["btrfs" "vfat" "f2fs"]; supportedFilesystems = lib.mkForce ["btrfs" "vfat" "f2fs"];