petersweb-infra/nixos/secrets/default.nix
2024-11-15 23:41:12 -09:00

8 lines
273 B
Nix

{}: let
mainframePublicKey = builtins.toString "../keys/mainframe.pub";
in {
# This .age file should contain the following environment variables:
# NEARLYFREESPEECH_API_KEY
# NEARLYFREESPEECH_LOGIN
"./nearlyfreespeech.age".publicKeys = [mainframePublicKey];
}