Create a bare compute instance
Create a new compute instance with your SSH key:You can use an existing SSH key or create a new one specifically for this purpose with
ssh-keygen -t ed25519.Grab the instance ID from the output.Install Nix on the remote instance
SSH into the instance and install Nix using the Determinate installer: