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 = {
loader = {
systemd-boot.enable = true;
systemd-boot.configurationLimit = 5;
efi.canTouchEfiVariables = false;
# grub.enable = true;
# grub.device = "/dev/nvme0n1";
# grub.efiSupport = false;
# grub.configurationLimit = 5;
# systemd-boot.enable = true;
# systemd-boot.configurationLimit = 5;
# efi.canTouchEfiVariables = false;
grub.enable = true;
grub.device = "/dev/nvme0n1";
grub.efiSupport = false;
grub.configurationLimit = 5;
};
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = lib.mkForce ["btrfs" "vfat" "f2fs"];