nixConfig/nixos/roles/hardware.nix

11 lines
139 B
Nix
Raw Normal View History

{
...
}: {
imports = [
];
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}