niksos/options/boot/systemd-boot.nix
2024-07-16 00:26:09 +02:00

10 lines
200 B
Nix

{
boot.loader = {
systemd-boot = {
enable = true;
memtest86.enable = true;
editor = false;
};
efi.canTouchEfiVariables = true;
};
}