infra/README.md

783 B

Nix based CCCB infra

Folder structure

  • ./services holds generic service configuration that is shared between hosts
  • ./hosts holds host specific configuration
  • ./secrets holds age encrypted secrets using agenix

Admin handbook

Update a container

ssh <container>
cd /etc/nixos
nix run .#apps.nixos-diff   # git pull + build + diff wth running config
nixos-rebuild switch        # Apply changes

Special things

Production:

Testing:


Build with ❤️ and ❄️.