nixConfig/nixos/roles/hardware.nix

6 lines
108 B
Nix
Raw Normal View History

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