Robert Hensing

Results 909 comments of Robert Hensing

It seems that the "physical" expression is using the legacy format compatibility which isn't working correctly. ``` trace: warning: Please use the actual nodes.* option instead of assigning machines to...

> > It seems that the "physical" expression is using the legacy format compatibility which isn't working correctly. > > ``` > > trace: warning: Please use the actual nodes.*...

As a low hanging fruit, we could test the `none` backend in a `nixosTest`, because it does not depend on real cloud services. As such, it will be easy to...

This seems like a good starting point: https://github.com/NixOS/nixpkgs/pull/142035

Do you have `ProxyJump` in your ssh config? Which plugin or targetEnv do you use? To be sure, you could put a one-off `ssh` wrapper in `PATH` to print out...

All maintenance to the NixOps core currently happens on NixOps 2 (master / pre-release), because of the project's limited resources. NixOps 1 relies on python 2.7, so maintaining it is...

Also `nixops info --all`: https://github.com/NixOS/nixpkgs/issues/139532#issuecomment-1175359781

> explanations on what's currently not possible (like resources depending on nodes machine config values) I've used #1456 to do this successfully.

We should consider replacing `require` first: #1486

As a workaround, NixOps could read bytes in ssh util and do the parsing to utf8 afterwards.