<johnny101>
1) nixops/charon script collision between the nixops2Unstable nixops2 drv and the plugin nixops2 drv
<johnny101>
2) plugin dependency lib collisions (ex: urllib3 between gcp (1.25.9) and packet (1.25.10))
<johnny101>
For 1): Setting meta.priority to 4 (default: 5) so the main nixops2Unstable nixops2 drv scripts would take priority seems to work
<johnny101>
For 2): I matched the urllib3 version in packet to gcp
<johnny101>
Obviously, trying to match lib versions between plugins isn't a scalable solution, but I'm not sure how else to fix that ATM.
<johnny101>
There may be a less hacky way to fix (1) also.
<johnny101>
adisbladis: any thoughts on a better approach to resolving python lib/script collisions between plugins?
DigitalKiwi has quit [Quit: quite.]
DigitalKiwi has joined #nixops
cole-h has joined #nixops
<typetetris>
Thank you johnny101 for your work on that!
<typetetris>
And also thanks you adisbladis!
cole-h has quit [Quit: Goodbye]
b42 has joined #nixops
NobbZ[m] has quit [Quit: killed]
aanderse has quit [Quit: killed]
colemickens has quit [Quit: killed]
chvp has quit [Quit: killed]
sparogy has quit [Quit: killed]
JJJollyjim has quit [Quit: killed]
hpfr has quit [Quit: killed]
JJJollyjim has joined #nixops
hpfr has joined #nixops
NobbZ[m] has joined #nixops
sparogy has joined #nixops
colemickens has joined #nixops
chvp has joined #nixops
aanderse has joined #nixops
mananamenos_ has quit [Remote host closed the connection]
mananamenos has joined #nixops
mananamenos has quit [Remote host closed the connection]
mananamenos has joined #nixops
meh` has joined #nixops
mananamenos has quit [Remote host closed the connection]
meh` has quit [Ping timeout: 256 seconds]
meh` has joined #nixops
andi- has quit [Ping timeout: 260 seconds]
andi- has joined #nixops
andi- has quit [Excess Flood]
<johnny101>
Welcome! Yeah -- big thanks to adisbladis on all this work; gchristensen too who I think also put a ton of effort into the nixops2 restructuring.
andi- has joined #nixops
meh` has quit [Remote host closed the connection]
typetetris_ has joined #nixops
e has quit [Disconnected by services]
chvp has quit [*.net *.split]
hpfr has quit [*.net *.split]
typetetris has quit [*.net *.split]
typetetris_ is now known as typetetris
aanderse has quit [Remote host closed the connection]
sparogy has quit [Read error: Connection reset by peer]
colemickens has quit [Read error: Connection reset by peer]
JJJollyjim has quit [Write error: Connection reset by peer]
NobbZ[m] has quit [Write error: Connection reset by peer]
e has joined #nixops
JJJollyjim has joined #nixops
hpfr has joined #nixops
chvp has joined #nixops
sparogy has joined #nixops
aanderse has joined #nixops
NobbZ[m] has joined #nixops
colemickens has joined #nixops
kalbasit has joined #nixops
kalbasit_ has joined #nixops
cole-h has joined #nixops
kalbasit_ has quit [Ping timeout: 240 seconds]
moet has joined #nixops
<moet>
hi, i'm having a lot of trouble getting nixops to connect to a host
<moet>
the host is running nixos, and i've added the public-key from the nixops ResourcesAttrs table to the authorized_keys in the target host
<moet>
however i cannot access via ssh
<moet>
unfortunately the nixops --debug option doesn't help much
<moet>
i'm using targetEnv="none" so i'm running into all the ssh key issues and have read much of the github issios on this topic today