Talk:Install NixOS on Hetzner Online: Difference between revisions

imported>Srid
nixos-anywhere: new section
m It's not working with nixos-generators 1.8.0
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by one other user not shown)
Line 7: Line 7:
: <code>nixos-generate -o /home/foo/result  -f kexec -c /home/foo/config.nix</code>
: <code>nixos-generate -o /home/foo/result  -f kexec -c /home/foo/config.nix</code>
works
works
== testing 2024-10-10 [[{{PAGENAME}}#Bootstrap from the Rescue System]] ==
I tested using nix-env -f https://github.com/nix-community/nixos-generators/archive/1.8.0.tar.gz -i -v
: <code>nixos-generate -o /root/result  -f kexec-bundle -c /root/config.nix</code>
fails


== Rename article? ==
== Rename article? ==
Line 17: Line 24:


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 ...
== 2023-07-08: kexec and kexec-bundle are currently broken in nixos-generate ==
See https://github.com/nix-community/nixos-generators/issues/259
Return to "Install NixOS on Hetzner Online" page.