infra/README.md

27 lines
400 B
Markdown

# Nix based CCCB infra
## Admin handbook
### Update a container
```shell
ssh <container>
cd /etc/nixos
nix run .#apps.nixos-diff # Show what changes would be applied
nixos-rebuild switch # Apply changes
```
## Special things
Production:
- [Matrix](./README.matrix.md)
Testing:
- [Hedgedoc](./README.hedgedoc.md)
- [Postgres](./README.postgres.md)
---
Build with ❤️ and ❄️.