diff options
author | sils <sils@sils.li> | 2023-10-12 20:49:27 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-10-12 20:49:27 +0200 |
commit | 631e9c0fc66e7c0493ea447dfcfcfca93ce0d72c (patch) | |
tree | dc4b8458023b7b459f1624c42dd8c3a5cf52470f /system/secrets/secrets.nix | |
parent | build(flake): update (diff) | |
download | nixos-server-631e9c0fc66e7c0493ea447dfcfcfca93ce0d72c.tar.gz nixos-server-631e9c0fc66e7c0493ea447dfcfcfca93ce0d72c.zip |
feat(treewide): add mastodon
Diffstat (limited to 'system/secrets/secrets.nix')
-rw-r--r-- | system/secrets/secrets.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/secrets/secrets.nix b/system/secrets/secrets.nix index cd27612..411f92e 100644 --- a/system/secrets/secrets.nix +++ b/system/secrets/secrets.nix @@ -15,4 +15,5 @@ in { "invidious/hmac.tix".publicKeys = allSecrets; "invidious/settings.tix".publicKeys = allSecrets; "miniflux/admin.tix".publicKeys = allSecrets; + "mastodon/mail.tix".publicKeys = allSecrets; } |