feat(deploy): add Nix flake + NixOS module
This commit is contained in:
@@ -6,6 +6,7 @@ This guide covers deploying Flynn in a production environment.
|
||||
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Docker Deployment](#docker-deployment)
|
||||
- [Nix Deployment](#nix-deployment)
|
||||
- [Systemd Service](#systemd-service)
|
||||
- [Security](#security)
|
||||
- [Configuration](#configuration)
|
||||
@@ -95,6 +96,11 @@ export ANTHROPIC_API_KEY=sk-...
|
||||
export OPENAI_API_KEY=sk-...
|
||||
```
|
||||
|
||||
## Nix Deployment
|
||||
|
||||
If you use Nix, this repo ships a flake (package + dev shell + optional NixOS
|
||||
module). See `docs/deployment/NIX.md`.
|
||||
|
||||
## Systemd Service
|
||||
|
||||
### Service File
|
||||
|
||||
Reference in New Issue
Block a user