Robert Hensing
Robert Hensing
My flake-based deployment contains ``` network.storage.legacy = { databasefile = "~/.nixops/deployments-nixops-example.nixops"; }; ``` which points to a new path. Yet, I see all my usual legacy deployments in `nixops list`....
With https://github.com/NixOS/nixops/pull/1464 we can provide known_hosts independently of `~/.ssh/known_hosts`. Most use cases don't need this file to be written anyway, so we can stop doing so and make the existing...
I'm getting the following error in `nixops check`: ``` UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 4094-4095: unexpected end of data ``` full trace ``` Traceback (most recent call...
Sending keys is a destructive operation and must not run for a dry operation.
I believe a custom `require` feature was chosen in order to solve a bootstrapping problem. This custom mechanism is not ideal because it adds to the growing list of "override",...
The `nixops` command is a bit chaotic. - Command list is growing rather long, making commands hard to find. - Some options make command behave quite differently, such as `deploy...
To reproduce: 1. deploy a network with `testvm` and `foo` nodes 2. switch to a different host (using a remote state backend) 3. `nixops destroy --include testvm` 4. observe the...
The host key is only written to `~/.ssh/known_hosts`, which means it is lost when the state is used by a different user (or machine). The user can accept the key...
It appears to traverse the pkgs in a `nix-build` invocation. Logs ``` $ nixops deploy --show-trace error: --- ThrownError ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- nix-instantiate Please be informed that this pseudo-package is not the...