Robert Hensing
Robert Hensing
`nixopsUnstable` in Nixpkgs includes the virtualbox plugin.
I would recommend to use `nixopsUnstable` from Nixpkgs. It comes with most plugins installed, so you don't have to bother with poetry2nix yourself. Nonetheless it would be good to document...
Heads up about the resources; just a merged a PR that touches that.
https://github.com/NixOS/nixops/pull/1506
> it goes in infinite recursion Maybe the `attrsOf`s need to be `lazyAttrsOf`s. `attrsOf` can only return its attrset by inspecting the children for `mkIf false` values and filtering out...
> I need to know what nixops expects exactly I don't expect this to be documented anywhere.
> ``` > ; nixops list > error: The option `resources' is used but not defined. > ``` Just add a `default = { };` to the `resources` option. It's...
> sqlite3.OperationalError: attempt to write a readonly database This is a known issue. https://github.com/NixOS/nixops/issues/1490 At this time, `nixops deploy` is more suitable for testing, as this command does request write...
The error seems to originate from the "physical" expression that's generated by nixops. You can see that expression with `nixops show-physical`.
> #1490 strikes againfrowning_face https://github.com/NixOS/nixops/pull/1511 should work around it.