Files
alo-cluster/hosts/common/global/boot.nix
2023-06-30 10:37:00 +01:00

6 lines
135 B
Nix

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