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