Difference between revisions of "Talk:Install NixOS on Hetzner Online"

From NixOS Wiki
Jump to: navigation, search
 
Line 18: Line 18:
 
https://github.com/numtide/nixos-anywhere worked very well for installing NixOS on a EX101 dedicated server. If anyone wants to expand this article ...
 
https://github.com/numtide/nixos-anywhere worked very well for installing NixOS on a EX101 dedicated server. If anyone wants to expand this article ...
  
== kexec and kexec-bundle are currently broken in nixos-generate ==
+
== 2023-07-08: kexec and kexec-bundle are currently broken in nixos-generate ==
  
 
See https://github.com/nix-community/nixos-generators/issues/259
 
See https://github.com/nix-community/nixos-generators/issues/259

Latest revision as of 10:17, 25 July 2023

testing 2022-03-26 Install NixOS on Hetzner Online#Bootstrap from the Rescue System

nixos-generate -o /home/foo/result -f kexec-bundle -c /home/foo/config.nix

fails

trying

nixos-generate -o /home/foo/result -f kexec -c /home/foo/config.nix

works

Rename article?

I just deleted a large section about bootstrapping NixOS on Hetzner Cloud. The header of this article specifically mentions that Hetzner Online and Hetzner Cloud are two different services, and that this article deals with Hetzner Online's dedicated servers.

I'm thinking that it might be worth making this more clear by renaming the article title – the distinction between Online/Cloud IS confusing, and the title could do better. Maybe "Install NixOS on Hetzner Online (Dedicated Servers)" or "NixOS on Hetzner Online Dedicated Servers" to allow for expanding the article to cover any other specifics for this provider.

nixos-anywhere

https://github.com/numtide/nixos-anywhere worked very well for installing NixOS on a EX101 dedicated server. If anyone wants to expand this article ...

2023-07-08: kexec and kexec-bundle are currently broken in nixos-generate

See https://github.com/nix-community/nixos-generators/issues/259