Install NixOS on Hetzner Cloud: Difference between revisions

Fl0h0 (talk | contribs)
m The public key must be uploaded not the private key. (The command as it was before with the private key will error)
Fl0h0 (talk | contribs)
disko sets the grub device automatically and when set to /dev/sda1 you can not rebuild the system becasue the grub install errors out
Line 110: Line 110:


   boot.loader.grub.enable = true;
   boot.loader.grub.enable = true;
  boot.loader.grub.device = "/dev/sda1";


   services.openssh.enable = true;
   services.openssh.enable = true;