nixConfig/nixos/roles/hardware.nix

5 lines
108 B
Nix

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