Files

7 lines
96 B
Nix
Raw Permalink Normal View History

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