NixOps – Declarative cloud provisioning and deployment with NixOS
1–10 of 67 posts
Re: NixOps – Declarative cloud provisioning and deployment with NixOS
#2Re: NixOps – Declarative cloud provisioning and deployment with NixOS
#3Seems neat, better than Terraform, although limited to just nix and a few providers. Hopefully that will grow. I've been working on a provisioning tool myself. Provisioning is hard, and supporting multiple APIs can be really difficult.
Re: NixOps – Declarative cloud provisioning and deployment with NixOS
#4Seems neat, better than Terraform, although limited to just nix and a few providers. Hopefully that will grow. I've been working on a provisioning tool myself. Provisioning is hard, and supporting multiple APIs can be really difficult.
Re: NixOps – Declarative cloud provisioning and deployment with NixOS
#5Re: NixOps – Declarative cloud provisioning and deployment with NixOS
#6Is there good explanation anywhere of the syntax of those files? I tried getting into nix multiple times and was always put off by the lack of understandability of this.
Re: NixOps – Declarative cloud provisioning and deployment with NixOS
#7Seems neat, better than Terraform, although limited to just nix and a few providers. Hopefully that will grow. I've been working on a provisioning tool myself. Provisioning is hard, and supporting multiple APIs can be really difficult.
I don't really see Nix as a limitation. It has a good claim to being a universal system configuration tool. Or how do you mean it's limited?
Re: NixOps – Declarative cloud provisioning and deployment with NixOS
#8Re: NixOps – Declarative cloud provisioning and deployment with NixOS
#9Is there good explanation anywhere of the syntax of those files? I tried getting into nix multiple times and was always put off by the lack of understandability of this.
Re: NixOps – Declarative cloud provisioning and deployment with NixOS
#10Reading briefly through the examples, it seems very oriented towards provisioning machine instances rather than provisioning behavior across networks or multi-machine services, which is something that Puppet really excels at. What features does this offer in addition to ones that Puppet provides?
That said, I've been getting tired of Puppet recently for some unrelated reasons, so I'll definitely give this a try.