Eelco Dolstra
Eelco Dolstra
@yipengsun Yes, that's correct.
@L-as This behavior being problematic is why this issue exists...
Apart from the hardening issue, VirtualBox is a very large dependency (~883 MB closure) which not everybody wants/needs.
Yeah, it's very annoying that the IP addresses assigned by VirtualBox's DHCP server changes so quickly. The only workaround at the moment is to run "nixops deploy --check" - that...
Can you resolve the merge conflict? Thanks!
I did some experimentation with attaching ENIs to NixOS EC2 instances, which seems to work fine. You do need to restart dhcpcd after attaching/removing an ENI, though. Can you say...
Also, it might be more sensible to have `deployment.ec2.associatePublicIpAddress` default to `true`.
Also also, does it ever make sense in the context of NixOps to set it to `false`, given that NixOps must be able to connect to the instance? Maybe if...
I'm not sure. On the one hand, fine-grained resources are nice because they can be managed (created/deleted/...) separately. On the other hand, there could be a lot of files which...
The key in the user data is a temporary key only used while creating the machine, when there are no other users. It's then replaced by the actual key (see...