nix-config/hosts/common/efi.nix
2023-05-18 13:57:58 +09:00

8 lines
138 B
Nix

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