-
I like to have a different state file for each deployment. It can be nice to just keep it in the same directory as the code. But it's annoying that if I e.g. rename the parent directory, everything br…
-
```
$ nixops send-keys
someserver> uploading key ‘password’ to ‘/run/keys/password’...
someserver> Connecting to qemu:///system...
Traceback (most recent call last):
File "/home/andi/.cache/pyp…
andir updated
4 years ago
-
**Edit: See [workaround](https://github.com/NixOS/nixops-hetzner/issues/16#issuecomment-317577924).**
---
I have a situation with nixops where I set up a Hetzner but specified a nonexistent devi…
-
I sometimes get:
```
client> waiting for SSH...
Traceback (most recent call last):
File "/home/teto/nixops/scripts/nixops", line 983, in
args.op()
File "/home/teto/nixops/scripts/nixops…
-
The deploy process will hang in https://github.com/NixOS/nixops/blob/master/nixops/backends/ec2.py#L543 i.e waiting for the device to be visible in the device filesystem due to the difference in nvme …
-
Please only display the error message, this looks broken.
```
[davidak@ethmoid:~/code/nixops]$ nixops create ./load-balancer.nix ./load-balancer-vbox.nix -d load-balancer
created deployment ‘1d06…
-
The documentation for NixOps latest is incomplete, see [1]. It misses great parts that are available in the documentation for NixOps 1.5 and NixOps 1.7 [2,3]. I was not able to understand how NixOps w…
-
Just a place to facilitate discussion.
-
I've recently reverted an update to the `azure-mgmt-*` libraries in nixpkgs, because it broke `nixops`. I've submitted a PR with the updates, but `nixops` still doesn't play with the newer libraries
…
-
Right now we have:
```
deployment.ec2.securityGroups = mkOption {
default = [ "default" ];
example = [ "my-group" "my-other-group" ];
type = types.listOf (types.either typ…