petersweb-infra/nixos/secrets/default.nix
2024-12-22 06:18:59 -05:00

11 lines
346 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];
# WEBDAV_PASSWORD
"./webdav.age".publicKeys = [mainframePublicKey];
}