nixfiles/hosts/hetzner-arm/hardware.nix

7 lines
103 B
Nix

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