forked from colonelpanic/dotfiles
Consolidates container builds from colonelpanic-org-agenda-api repo: - Add org-agenda-api input to nixos flake - Add container-colonelpanic and container-kat package outputs - Add org-agenda-api cachix as substituter - Add org-agenda-api devShell for deployment work New org-agenda-api directory contains: - container.nix: Container build logic using mkContainer - configs/: Instance configs (custom-config.el, fly.toml, secrets) - deploy.sh: Fly.io deployment script - secrets.nix: agenix secret declarations Build with: nix build .#container-colonelpanic Deploy with: cd org-agenda-api && ./deploy.sh colonelpanic Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
231 B
Bash
7 lines
231 B
Bash
# colonelpanic instance configuration
|
|
FLY_APP="colonelpanic-org-agenda"
|
|
GIT_SYNC_REPOSITORY="git@github.com:colonelpanic8/org.git"
|
|
GIT_USER_EMAIL="org-agenda-api@colonelpanic.io"
|
|
GIT_USER_NAME="org-agenda-api"
|
|
AUTH_USER="imalison"
|