11 lines
203 B
Nix
11 lines
203 B
Nix
|
_: {
|
||
|
boot.loader = {
|
||
|
systemd-boot = {
|
||
|
enable = true;
|
||
|
memtest86.enable = true;
|
||
|
editor = false;
|
||
|
};
|
||
|
efi.canTouchEfiVariables = true;
|
||
|
};
|
||
|
}
|