Files
nixos/system/bootloader.nix
T
2025-05-19 17:53:19 -05:00

5 lines
102 B
Nix

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