<ixxie>
your youtube video isn't working for some reason DigitalKiwi
<ixxie>
adisbladis: did you have a chance to check this out?
tewfik has joined #nixops
meh` has quit [Ping timeout: 258 seconds]
ixxie_ has joined #nixops
ixxie has quit [Ping timeout: 260 seconds]
tewfik has quit [Ping timeout: 272 seconds]
ixxie_ has quit [Ping timeout: 258 seconds]
ixxie has joined #nixops
<DigitalKiwi>
ixxie probably region locked. It's I'm on a Boat by The Lonely Island
ixxie has quit [Ping timeout: 260 seconds]
ixxie has joined #nixops
ixxie has quit [Ping timeout: 256 seconds]
tewfik has joined #nixops
<tewfik>
ixxie : I think that's because you have not defined the
<tewfik>
*sshKeyPairs* resource
<tewfik>
If you comment out "#resources.sshKeyPairs.ssh-key = {};", the evaluation is successful
tewfik has quit [Ping timeout: 258 seconds]
ixxie has joined #nixops
teto1 has quit [Ping timeout: 256 seconds]
<ixxie>
anyone around?
<ixxie>
tewfik's explanation seems implausable to me
<DigitalKiwi>
i'm around
<DigitalKiwi>
15:52 ixxie: DigitalKiwi: hmm... maybe we should have a shared branch on your repo where we can merge our work?
<DigitalKiwi>
yeah i was kind of thinking about making one
<DigitalKiwi>
i think we did some of the same things :D
<DigitalKiwi>
which makes me happy that i was on the same track >.>
<ixxie>
hey DigitalKiwi :)
<robodojo>
any plans to expand support from just "AWS, Hetzner, and GCE"? hard to justify picking a tool that has a limited/proprietary application
<robodojo>
it'd be great if it could work for any infra
<gchristensen>
what do you consider "any"?
<gchristensen>
it can deploy to any server as long as you can already SSH in
<DigitalKiwi>
there are plans to make it work with digital ocean
<ixxie>
robodojo: its extensible, and there are other providers supported, although the question is how up to date and well maintained are these extensions
<robodojo>
gchristensen that's great then. "Multi Cloud Support: Currently supports deployments to AWS, Hetzner, and GCE" on the repo gave a different impression
<robodojo>
if it can work against sets of machines that have ssh access that's good enough. i can just make custom isos and use those to deploy machines then nixops to config
<robodojo>
thanks
<DigitalKiwi>
yeah the support for those cloud services is more that it can configure the additional things they support as well as provisionining etc.
<DigitalKiwi>
like dns, volume management
<DigitalKiwi>
floating ips...
<DigitalKiwi>
ohhh graham we have questions
cole-h has joined #nixops
<ixxie>
:P
<DigitalKiwi>
should the targetEnv be droplet or digitalOcean (keeping in mind there are more than just droplets, also volumes, floating IPs, dns records)
<DigitalKiwi>
i think originally it was digitalOcean
<DigitalKiwi>
that's you gchristensen
<DigitalKiwi>
ya know with how often i just call you graham if you don't have it ping you already you should :P
<ixxie>
based on the AWS plugin and GCE plugin I tend to think these reflect assets within the cloud providers and should reflect the names of of the assets and not the cloud provider
<ixxie>
but I think the part I am confused about is the namespacing of all these resources
<ixxie>
when I asked Graham previously, I think he hinted at the need for a wider discussion about it than just us
<ixxie>
adisbladis: are you around?
<DigitalKiwi>
other targetEnvs i see are libvirtd, hetzner, ec2, gce, and virtualbox
<ixxie>
gchristensen: I guess this back and forth with the time difference isn't working well; I suggest we try and make a meeting to sort this out quickly and efficiently.
<ixxie>
gchristensen: I don't wanna harasss you for weeks :D
<DigitalKiwi>
error: value is null while a set was expected, at /nix/store/psfg2qlvdpnyb4w333l2j27aprqdq5zf-nixexprs.tar.xz/pkgs/development/tools/poetry2nix/poetry2nix/overrides.nix:891:29
<DigitalKiwi>
(use '--show-trace' to show detailed location information)
<DigitalKiwi>
same with nixos-unstable
<DigitalKiwi>
works with channel:nixos-20.03
kalbasit has quit [Client Quit]
<DigitalKiwi>
and if i change the python ^3.8 in the pyproject.toml nixos-unstable works but then i get problems on nixos-20.03...