Update bootloader recommendations in example

This commit is contained in:
NullBite 2023-12-26 04:16:20 -05:00
parent 3f9ec51f86
commit e19bccf819
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -18,12 +18,13 @@
boot.loader = {
efi = {
canTouchEfiVariables = true;
# efiSysMountPoint = "/efi";
# nixos doesn't use a separate /efi and doesn't need it because the images are tiny
# efiSysMountPoint = "/boot";
};
grub = {
systemd-boot = {
enable = true;
efiSupport = true;
device = "nodev";
netbootxyz.enable = true;
memtest86.enable = true;
};
};
}