niksos/options/boot/systemd-boot.nix

10 lines
203 B
Nix

_: {
boot.loader = {
systemd-boot = {
enable = true;
memtest86.enable = true;
editor = false;
};
efi.canTouchEfiVariables = true;
};
}