7 lines
96 B
Nix

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