Photo by Hao Zhang on Unsplash
ARM-based server running on Hetzner cloud
- Create a new server on Hetzner Cloud
- Tested with Ubuntu 24.04
- Arm64 architecture
- Assign an IPv4 and IPv6 address
- Add your SSH key
- Get the SSH keys from the server
ssh-keyscan <server-ip>
- Update the
secrets.nix
file with the SSH key, and re-key all the relevant secrets - Update
networking.nix
with the correct IP addresses - Run the following command from the root of the repository
./hosts/organ/install.sh
And that's it!