Update bootloader recommendations in example
This commit is contained in:
parent
3f9ec51f86
commit
e19bccf819
@ -18,12 +18,13 @@
|
|||||||
boot.loader = {
|
boot.loader = {
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
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;
|
enable = true;
|
||||||
efiSupport = true;
|
netbootxyz.enable = true;
|
||||||
device = "nodev";
|
memtest86.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user