nixos-anywhere icon indicating copy to clipboard operation
nixos-anywhere copied to clipboard

Cannot SSH into Hetzner bare metal after install

Open szethh opened this issue 7 months ago • 11 comments

I am trying to bootstrap a heztner bare metal server with nixos. The installation process seems to go fine (no errors), but after the machine reboots it becomes unreachable (pings, ssh, etc).

I then have to setup the rescue system and send a ctrl+alt+del to get access to it again.

My config is here https://github.com/szethh/nixie/blob/main/hosts/htz/default.nix

The command I use to run it is: nix -v run github:nix-community/nixos-anywhere -- --debug -L root@ip --flake .#htz --build-on-remote

I need to use build-on-remote since I am on macos.

The machine is an Intel, with 2 sata HDDs, if that matters.

I am quite new to this project, to disko, and nixos in general, so I might be overlooking something obvious here 😅

szethh avatar Jul 09 '24 22:07 szethh