Skip to content

Files

organ

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 25, 2024
Oct 24, 2024
Mar 1, 2025
Oct 24, 2024
Sep 16, 2024
Oct 24, 2024
Mar 1, 2025
Oct 24, 2024
Oct 10, 2024
Sep 12, 2024
Oct 10, 2024
Oct 26, 2024
Mar 1, 2025

Organ

Photo by Hao Zhang on Unsplash

organ

ARM-based server running on Hetzner cloud

Setup

  1. Create a new server on Hetzner Cloud
  • Tested with Ubuntu 24.04
  • Arm64 architecture
  • Assign an IPv4 and IPv6 address
  • Add your SSH key
  1. Get the SSH keys from the server
ssh-keyscan <server-ip>
  1. Update the secrets.nix file with the SSH key, and re-key all the relevant secrets
  2. Update networking.nix with the correct IP addresses
  3. Run the following command from the root of the repository
./hosts/organ/install.sh

And that's it!