pantheon/systems/modules/bootloaders/systemd-boot.nix

7 lines
113 B
Nix

{
boot.loader = {
timeout = 0;
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}