niksos/options/boot/systemd-boot.nix

11 lines
203 B
Nix
Raw Normal View History

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