-
@aszlig like in NixOS/nixops#778 it looks like Hetzner has changed its login mechanism again:
```
mymachine...> creating an exclusive robot admin sub-account for ‘mymachine’... error:
Login to…
-
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 …
-
Hi!
I want to make some changes to the `postgresql-database.in` module. I figured the easiest would be to copy it, modify it, and ship it with another name so dysnomia could see the new module. But…
-
Hi there,
thanks for doing this! I've used it to great success, though my setup is a bit different and I'm wondering if there is interest in integrating this?
- use nixos-docker-sd-image-builder…
-
I would like to add NAT port forwarding and maybe bridged at some point.
I would look like:
```
virtualbox.portFowarding = [
{ host: 8080, guest: 8080 },
{ host: 8443, guest: 8443 }
]
```
templ…
-
Although NixOps used to be the de-facto tool for deploying NixOS machines, it isn't as maintained any more. Keeping it as an official project is a bit of a lie since we (the community) are barely main…
-
Given `deployment.route53.hostName = domain-name.root`, running `nixops deploy` gives error "Exception: hosted zone for com not found".
The full exception is
```
webserver..> sending Route53 DNS:…
-
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/.n…
-
Nixops currently [uses](https://github.com/NixOS/nixops/blob/c5a0e288b0c671a959e1488b94ed3c6b5f4fbdf4/nixops/util.py#L98) the `select()` syscall, which will fail when any fd given to it is a number bi…
-
I often want to rsync some stuff from a server (like when I'm running benchmarks, and each run creates some new log files). At the moment I'm just using nixops scp, which just copies everything over a…