mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
15 lines
213 B
Nix
15 lines
213 B
Nix
|
{
|
||
|
boot.loader = {
|
||
|
systemd-boot = {
|
||
|
enable = true;
|
||
|
editor = false;
|
||
|
configurationLimit = 10;
|
||
|
};
|
||
|
|
||
|
timeout = 0;
|
||
|
efi.canTouchEfiVariables = true;
|
||
|
};
|
||
|
|
||
|
boot.tmp.useTmpfs = true;
|
||
|
}
|