# personal-website sops secrets Add these keys to `secrets.yaml` (on a host with your age key): ```yaml personal-website: ghcr-token: database-password: auth-secret: oauth-discord-client-secret: ``` ```bash cd modules/hosts/nix-server sops secrets.yaml ``` After editing, verify with `sops -d secrets.yaml | yq '.personal-website'`.