first commit
This commit is contained in:
commit
5fb83f6c1c
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue