Files
nixos/system/bootloader.nix
T
2025-05-20 12:25:37 -05:00

5 lines
102 B
Nix

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