nixConfig/nixos/roles/hardware.nix
2024-01-08 15:23:01 +01:00

5 lines
103 B
Nix

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