{
config,
pkgs,
...
}:
{
boot.loader.systemd-boot = {
enable = true;
editor = false; # Don't allow modification
};
boot.loader.efi.canTouchEfiVariables = false;
console.earlySetup = true;
}
system/settings/hardware/systemd-boot.nix (view raw)