nix-config/hosts/common/efi.nix

8 lines
138 B
Nix
Raw Normal View History

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