Install NixOS on Hetzner Cloud: Difference between revisions
imported>Raboof |
imported>Motiejus thanks @hexa! |
||
| Line 77: | Line 77: | ||
]; | ]; | ||
}; | }; | ||
</syntaxhighlight> | |||
== AArch64 (CAX instance type) specifics | |||
If the screen goes blank after selecting the boot option in the bootloader, add this: | |||
<syntaxhighlight lang="nix"> | |||
boot.initrd.kernelModules = [ "virtio_gpu" ]; | |||
boot.kernelParams = [ "console=tty" ]; | |||
</syntaxhighlight> | </syntaxhighlight> | ||