nix-config/hosts/pc/boot.nix
2026-05-02 19:21:27 +02:00

11 lines
195 B
Nix

{
boot.loader.systemd-boot = {
enable = true;
configurationLimit = 20;
};
boot.loader.efi.canTouchEfiVariables = true;
boot.binfmt.emulatedSystems = [
"aarch64-linux"
];
}