bhipple has quit [Remote host closed the connection]
pbb has quit [Ping timeout: 265 seconds]
pbb has joined #nixops
pbb has quit [Remote host closed the connection]
pbb has joined #nixops
pbb has quit [Quit: No Ping reply in 210 seconds.]
pbb has joined #nixops
pbb has quit [Remote host closed the connection]
abathur has quit [Ping timeout: 250 seconds]
pbb has joined #nixops
pbb has quit [Ping timeout: 246 seconds]
pbb has joined #nixops
<betamike>
Thanks DigitalKiwi will take a look. Have some ugly hacks in place for volumes and floating IPs right now
pbb has quit [Ping timeout: 265 seconds]
pbb_ has joined #nixops
<DigitalKiwi>
betamike: right now mine can only create/delete volumes and even that i'm not sure is implemented right :P :(
pbb_ has quit [Ping timeout: 246 seconds]
<DigitalKiwi>
betamike: what are your hacks for volumes and floating ips
<betamike>
DigitalKiwi: Hah, the volume one is less of a hack really, I have to manually attach it to the droplet, and then the nix config mounts it
<betamike>
DigitalKiwi: the floating IP one is a systemd oneshot script that runs on startup and curls a DO server to grab the assigned floating ip and set it on the interface
{`-`} has joined #nixops
<DigitalKiwi>
betamike: if you want/can test/review/improve what i've done so far...nobody else uses DO/feels like reviewing it :(
<DigitalKiwi>
the digitalocean branch is basically just taking the old stuff that existed pre module and converting it to module
<betamike>
DigitalKiwi: Sure happy to help. I glanced over the volume code and it seemed pretty straightforward. I'm not too familiar with the module structure yet though. Once I figure out how to build nixops with the plugin I can give it a test run
<betamike>
DigitalKiwi: re the nixos-infect -- good to see that some of the more recent images are supported; though I imagine now that DO supports images, that's probably the way forward?