Files
nix-config/modules/nixos/boot/loader.nix

9 lines
125 B
Nix

{
flake.modules.nixos.boot = {
boot.loader = {
timeout = 1;
efi.canTouchEfiVariables = true;
};
};
}