nixConfig/nixos/roles/hardware.nix

10 lines
139 B
Nix

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