1
0
forked from extern/nix-config
donovanglover-nix-config/modules/boot.nix
2023-06-18 15:52:03 -04:00

15 lines
213 B
Nix

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