nix-config/modules/boot.nix

13 lines
184 B
Nix
Raw Normal View History

{
boot.loader = {
systemd-boot = {
enable = true;
editor = false;
configurationLimit = 10;
};
timeout = 0;
efi.canTouchEfiVariables = true;
};
}