nixops-hetzner
nixops-hetzner copied to clipboard
How do we use this with master on nixops?
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?
@RaghavSood This should be possible now that https://github.com/NixOS/nixops-hetzner/pull/45 has been merged