niksos/options/boot/systemd-boot.nix

11 lines
200 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +02:00
{
2024-02-29 00:44:30 +01:00
boot.loader = {
systemd-boot = {
enable = true;
memtest86.enable = true;
editor = false;
};
efi.canTouchEfiVariables = true;
};
}