FrameworkNix/system/boot.nix

13 lines
179 B
Nix

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