.hive/modules/system/boot.nix

6 lines
123 B
Nix

{config, ...}:
{
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}