first commit

This commit is contained in:
Douze Bé 2024-12-18 22:21:38 +01:00
commit 5fb83f6c1c

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# 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