gchristensen changed the topic of #nixops to: NixOps related talk | logs: https://logs.nix.samueldr.com/nixops/ https://meet.jit.si/NixOpsReview
joehh1_ has quit [Ping timeout: 264 seconds]
<DigitalKiwi> adisbladis: i may have gotten that (or at least one of the things) to work with set_common_state
<DigitalKiwi> adisbladis: it now changes the services.do-agent.enable = true/false proper
<DigitalKiwi> adisbladis: and enables/disables the required interface for floating ip!
<DigitalKiwi> private ip is probably more tricky. if it's not enabled at create it needs to be updated via python-digitalocean i think
<DigitalKiwi> and it doesn't yet assign a floating ip merely brings up an interface
<DigitalKiwi> yay
<DigitalKiwi> private ip can now be enabled without creating!
<DigitalKiwi> re-creating
<DigitalKiwi> and now it can assign a floating IP if you give it an existing one...
<DigitalKiwi> needs some improvement but i'm not sure how
<DigitalKiwi> wrt my question about file to look at... nixops/backends/__init__.py has been good
<DigitalKiwi> anyone have opinions
<DigitalKiwi> i can push this to a branch i guess...
<DigitalKiwi> or you can git apply this patch i'm about to paste lol
sevanspowell has quit [Quit: Connection closed for inactivity]
globin has quit [Ping timeout: 244 seconds]
globin has joined #nixops
e has quit [Quit: edk]
cole-h has joined #nixops
abathur has quit [Ping timeout: 265 seconds]
abathur has joined #nixops
trash_mapache has joined #nixops
cole-h has quit [Quit: Goodbye]
dongcarl has joined #nixops
trash_mapache has quit [Ping timeout: 244 seconds]
trash_mapache has joined #nixops
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
pbb has joined #nixops
eyJhb has joined #nixops
trash_mapache has quit [Remote host closed the connection]
meh` has joined #nixops
<colemickens> I'm going to ask this in here, but if it's not that relevant I'll move to #nixos... For the cloud images that support dynamicly-rebuilding with userdata on boot... how are you building them in a flakes world?
<colemickens> I'm debating on what to support too. Some sort of additive config, like what Packet accepts, or a much simpler model where userdata can just provide an alternative system closure that the boot agent could simply realize+activate ?
meh` has quit [Ping timeout: 240 seconds]
<DigitalKiwi> error: value is null while a set was expected, at /nix/var/nix/profiles/per-user/root/channels/nixos/pkgs/development/tools/poetry2nix/poetry2nix/overrides.nix:891:29
<DigitalKiwi> i get that depending on if i use nix-build/poetry from nixos-unstable or nixos-20.03 :(
<DigitalKiwi> can't get it to work on both
<DigitalKiwi> how do i make a nixops binary available in my path with these plugins anyway