mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 08:19:42 +00:00
12 lines
185 B
Nix
12 lines
185 B
Nix
|
_: {
|
||
|
boot.loader = {
|
||
|
systemd-boot = {
|
||
|
enable = true;
|
||
|
memtest86.enable = true;
|
||
|
editor = true;
|
||
|
};
|
||
|
efi.canTouchEfiVariables = true;
|
||
|
timeout = 3;
|
||
|
};
|
||
|
}
|