let mainframePublicKey = builtins.readFile ../keys/mainframe.pub; in { # This .age file should contain the following environment variables: # NEARLYFREESPEECH_API_KEY # NEARLYFREESPEECH_LOGIN "./nearlyfreespeech.age".publicKeys = [mainframePublicKey]; # WEBDAV_PASSWORD "./webdav.age".publicKeys = [mainframePublicKey]; # ANTHROPIC_API_KEY "./anthropic-api-key.age".publicKeys = [mainframePublicKey]; # POSTMARK_API_KEY, POSTMARK_SERVER_TOKEN "./postmark.age".publicKeys = [mainframePublicKey]; # TOKEN= "./forgejo-runner-token.age".publicKeys = [mainframePublicKey]; # VNC_PASSWORD= "./vnc-password.age".publicKeys = [mainframePublicKey]; # htpasswd-format credentials for nginx basic auth on vnc.quinefoundation.com # Generate with: htpasswd -n "./vnc-htpasswd.age".publicKeys = [mainframePublicKey]; }