dotfiles/modules/hardware/boot.nix

8 lines
146 B
Nix
Raw Normal View History

2022-04-29 02:25:05 +00:00
{ ... }: {
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}