nixops-hetzner icon indicating copy to clipboard operation
nixops-hetzner copied to clipboard

How do we use this with master on nixops?

Open RaghavSood opened this issue 5 years ago • 1 comments

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 avatar May 24 '20 04:05 RaghavSood

@RaghavSood This should be possible now that https://github.com/NixOS/nixops-hetzner/pull/45 has been merged

tewfik-ghariani avatar Sep 15 '21 15:09 tewfik-ghariani