nixops-vbox icon indicating copy to clipboard operation
nixops-vbox copied to clipboard

NixOps VirtualBox backend [maintainer=@AmineChikhaoui]

Results 26 nixops-vbox issues
Sort by recently updated
recently updated
newest added

Using the trival example: ``` Could not start the machine nixops-b8bb74cc-88c6-11e8-866d-6a00016d2c00-webserver because the following physical network interfaces were not found: vboxnet0 (adapter 2) You can either change the machine's network...

When trying to `nixops deploy` using virtualbox I get the following error: ``` Traceback (most recent call last): File "/nix/store/bca37id2mkw7nv03kd6zrajs69iyhwc6-python3.8-nixops-2.0.0/bin/.nixops-wrapped", line 9, in sys.exit(main()) File "/nix/store/7w0556wlj4sl1r8wy0alq6dilyg0dp7n-python3-3.8.9-env/lib/python3.8/site-packages/nixops/__main__.py", line 56, in main...

recent versions of mac os x virtualbos seem to include a sort of section header for recording screen properties, which causes vm creation to fatal because it's not in the...

This is [recommended by upstream poetry][1]. Without this new backend, you cannot do an editable install. [1]: https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 @moduon MT-904

* Fixes failed vbox destroy due to nixops known_hosts api change as of https://github.com/nixos/nixops/pull/1233 * See upstream PR comment: https://github.com/NixOS/nixops/pull/1233#discussion_r396161195 * See related comment in nixops-aws commit: https://github.com/NixOS/nixops-aws/commit/395079c80bd5cf4d6c1c9c16be882b34a80d1bfe

I'm trying to deploy a nixops network where `myMachine` should be deployed to a virtualbox VM: `deployment.targetEnv = "virtualbox";` However I'm getting the following error: ``` $ nixops deploy -d...

# Motivation to the change As I proposed in https://github.com/NixOS/nixops/issues/1223, this PR focuses on enabling VirtualBox backend to create virtual networks (Host-only and NatNetwork which VirtualBox supports) and manage those...

The [nixops manual](https://hydra.nixos.org/build/115931128/download/1/manual/manual.html) linked in this projects readme as of now doesn't contain information about `deployment.virtualbox.headless` for example. Older versions of the manual like [this](https://releases.nixos.org/nixops/nixops-1.6.1/manual/manual.html) do list these options.

I am running nixops on a i686 and using nixops to deploy a x86_64 vbox. setuid-wrapper fails to build. ``` building path(s) `/nix/store/xa92hqcqxz0f7ndypgp2imh7zhjnj2q8-setuid-wrapper' error: a `x86_64-linux' is required to build...