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

https://github.com/NixOS/nixops/blob/master/nix/virtualbox-image-nixops.nix puts root SSH key into `/root/.vbox-nixops-client-key`. Are there any reasons not to put it into `/root/.ssh/authorized_keys` ? This is related to https://github.com/NixOS/nixpkgs/issues/15841: I made ``` nix { # ......

I have a simple deploy config: ``` { bugged_server = { config, pkgs, lib, nodes, ...}: { deployment.targetEnv = "virtualbox"; deployment.virtualbox.headless = true; virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host.headless = true; };...

I'm trying to have another dev deploy our system from his Mac. From my Mac, I'm able to deploy both to the server and to VirtualBox without problems. However, when...

The following just happens in the first deployment, when the machine is being created. Everything seems to run smoothly, until the step where units are restarted, when this happens: ```...

I destroyed the VM and tried to deploy again, but the VDI was left behind, so deploy fails. ``` [davidak@ethmoid:~/code/nixops]$ nixops destroy -d targets warning: are you sure you want...

#### Motivation It seems to be a recurring issue since years that the included vbox images for the stable version of NixOps are outdated. This is especially bad for people...