-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does nixops work? #1554
Comments
The documentation has been stripped down since the separation into plugins. But nonetheless, documentation exists
Depends on the chosen backend. If
Depends on the backend, but I think there's more to say. This answer should be elaborated on if it isn't already in the docs. As for the NixOS part of the deployment, it leaves that to NixOS and its activation script.
If I read this literally, not correct. It generally boots a very basic image, which is then customized by pushing a NixOS system closure to it. Maybe by "image" you referred to the system closure? It's the Nix equivalent of an image, but it's rarely if ever serialized into a byte stream like typical images are. |
Most of your questions are better answered by looking into NixOS than NixOps. Long-story-short, NixOps is a tool to push NixOS deployments, while NixOS is a reproducible, declarative, reliable Linux distribution. All the handling of state, dependencies, building, system configuration, etc. are done by NixOS. |
I'm new to nixops and want to understand how it works before investing more time in it. Is there already such Documentation? If so, please make it easier to find! Thanks!
The text was updated successfully, but these errors were encountered: