dotfiles/modules/hardware/boot.nix
2022-05-29 13:44:45 -04:00

9 lines
215 B
Nix

{ ... }: {
# Use the systemd-boot EFI boot loader.
# These came with the system and I don't know if they're required.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}