You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't for the life of me figure out how to actually load this plugin into nixops master.
I've currently managed to piece together a working set up by using nixops/release-1.7 and manually applying the changes @edolstra made in the ZFS branch, in addition to changing crytpsetup0 to cryptsetup1.
However, I would also like to use nixops master since it has support for allowing ssh with preexisting keys and non-root deployments.
I can't figure out how to actually build nixops master with this as a plugin, though. As far as I can tell, I need to somehow be using poetry2nix (based on this PR from the AWS plugin), but just that alone won't currently work because the hetzner plugin is pinning the poetry2nix version (based on this PR, and the comments in this issue).
Can anyone guide me on how to actually put all of this together?
The text was updated successfully, but these errors were encountered:
I can't for the life of me figure out how to actually load this plugin into nixops master.
I've currently managed to piece together a working set up by using nixops/release-1.7 and manually applying the changes @edolstra made in the ZFS branch, in addition to changing crytpsetup0 to cryptsetup1.
However, I would also like to use nixops master since it has support for allowing ssh with preexisting keys and non-root deployments.
I can't figure out how to actually build nixops master with this as a plugin, though. As far as I can tell, I need to somehow be using poetry2nix (based on this PR from the AWS plugin), but just that alone won't currently work because the hetzner plugin is pinning the poetry2nix version (based on this PR, and the comments in this issue).
Can anyone guide me on how to actually put all of this together?
The text was updated successfully, but these errors were encountered: