Krops: Difference between revisions
Musicmatze (talk | contribs) Some basic explanation how krops works |
No edit summary |
||
Line 14: | Line 14: | ||
* [https://tech.ingolf-wagner.de/nixos/krops/ In-depth example by Ingolf Wagner] | * [https://tech.ingolf-wagner.de/nixos/krops/ In-depth example by Ingolf Wagner] | ||
[[Category:Deployment]] | [[Category:Deployment]] |
Latest revision as of 21:14, 19 April 2024
krops is a lightweight toolkit to deploy NixOS systems, remotely or locally.
How it works
krops does not deploy systems by itself, it is not a conventional deployment tool. It is a tool to generate scripts which then are able to deploy a system, so it can be thought of as a framework for deploying systems.
A declarative configuration can be deployed via krops without modification, only requirement is that the system that is deployed is accessible via a ssh root
login.
The in-depth example by Ingolf Wagner shows how to configure krops for deploying one or multiple remote systems.