8 lines
146 B
Nix
Raw Normal View History

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