14 lines
358 B
Markdown
14 lines
358 B
Markdown
|
# 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
|
||
|
|