16 lines
504 B
Markdown
16 lines
504 B
Markdown
# Nixin krops POC
|
|
This is a proof of concept of using krops to deploy nixos configuration generated by nixin
|
|
|
|
## Tips
|
|
Deploy configuration of only one server :
|
|
nix-build ./krops.nix -A arachnide && ./result
|
|
|
|
Deploy configration of all servers :
|
|
nix-build ./krops.nix -A all && ./result
|
|
|
|
Update th revision of nixpkgs that is used :
|
|
nix-prefetch-git --url https://github.com/NixOS/nixpkgs --rev "refs/heads/nixos-24.11" > nixpkgs.json
|
|
|
|
## References
|
|
- krops : https://github.com/krebs/krops
|
|
|