Files
nix-config/modules/nixos/boot/loader.nix

6 lines
89 B
Nix

{
flake.modules.nixos.boot = {
boot.loader.efi.canTouchEfiVariables = true;
};
}