nixin-krops/README.md

14 lines
358 B
Markdown
Raw Normal View History

2024-12-18 21:21:38 +00:00
# Nixin krops POC
This is a proof of concept of using krops to deploy nixos configuration generated by nixin
## How to deploy
To deploy configuration of only one server :
nix-build ./krops.nix -A arachnide && ./result
To deploy configration of all servers
nix-build ./krops.nix -A all && ./result
## References
- krops : https://github.com/krebs/krops