johnny101 has quit [Quit: Konversation terminated!]
meh` has joined #nixops
ixxie has joined #nixops
<ixxie>
gchristensen: did you happen to catch my message earlier about NixOS image building for NixOps purposes?
<DigitalKiwi>
ixxie: one thing i want to change soon is the get rid of or fix the ./dev-shell thing and fix the documentation to match nixops-aws :P
<DigitalKiwi>
also i tried adding private networking but every time the network restarts i get locked out *sad face*
<DigitalKiwi>
i might have successfully added part of what's needed for monitoring
<DigitalKiwi>
but there's a thing i want it to do when enabled, which is enable do-agent service
<DigitalKiwi>
but i don't know how
<DigitalKiwi>
actually i think i just realized how
<DigitalKiwi>
the linkage between all of the python and nix could be better explained to me i don't get it :(
<ixxie>
yeah its hard to follow DigitalKiwi
<ixxie>
cole-h also pointed out our tests are out of date
<DigitalKiwi>
i didn't know we had tests
<DigitalKiwi>
;)
<DigitalKiwi>
btw i'm not even sure if the license is right
<DigitalKiwi>
because that license came from the nixops-hetzner
<DigitalKiwi>
which most of that code is gone
<DigitalKiwi>
but there was code from someone else for that actual digital ocean part
<ixxie>
the licence originally comes from NixOps
<ixxie>
I don't care much
<ixxie>
I think LGPL is okay for this purpose
<DigitalKiwi>
i don't even know if i care what the l icense is i just want to make sure it's right
<DigitalKiwi>
what's the nixops license
<DigitalKiwi>
oh
<DigitalKiwi>
yeah that's probably what it it seeing as how that (the code i'm talking about) came from before it was split off from nixops
<DigitalKiwi>
how can i debug the network not restarting
<DigitalKiwi>
is there a way to see the nix code it's generating
<DigitalKiwi>
i'm probably just not generating something right...
<DigitalKiwi>
i could maybe set a root password while i do have access and then access from the DO console but i'm not sure how much information is even there or what the state of the network will be
<ixxie>
DigitalKiwi: donno how to check what it generates... I think there is nixops deploy --build-only or something like that
<DigitalKiwi>
i should rebase this onto the one that you merged though since i was working on the one that you'd done the renaming