niksos/hosts/common/core/systemd-boot.nix

10 lines
200 B
Nix

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