dotfiles/modules/hardware/boot.nix
2022-04-28 22:25:05 -04:00

8 lines
146 B
Nix

{ ... }: {
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}