nix-community / nixbox

NixOS Vagrant boxes [maintainer=@ifurther]
https://app.vagrantup.com/nixbox/
MIT License
304 stars 101 forks source link

Missing ssh private key file #77

Closed Snillocydoc closed 1 year ago

Snillocydoc commented 2 years ago

Seeing the following output when building a virtualbox box:

$ packer build --only=virtualbox-iso.virtualbox -var version=22.05 -var-file nixos.auto.pkvars.hcl nixos.pkr.hcl
Error: 1 error(s) occurred:

* ssh_private_key_file is invalid: stat ./scripts/install_rsa: no such file or directory

  on nixos.pkr.hcl line 93:
  (source code not available)

==> Wait completed after 8 microseconds

==> Builds finished but no artifacts were created.
zimbatm commented 2 years ago

/cc @nickryand who converted the build to HCL