diff options
author | sils <sils@sils.li> | 2023-08-13 12:44:21 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-08-13 12:44:21 +0200 |
commit | 95b7f9d6b0e44ca4699e2dbb8c5fee940d82de42 (patch) | |
tree | aa330aa2ead1d7ba4ca97d8d9147431fd47d17bd | |
parent | chore(version): v0.8.0 (diff) | |
download | nixos-server-95b7f9d6b0e44ca4699e2dbb8c5fee940d82de42.tar.gz nixos-server-95b7f9d6b0e44ca4699e2dbb8c5fee940d82de42.zip |
Fix(system/secrets): Tell (r)agenix new location of invidious hmac secret
-rw-r--r-- | system/secrets/secrets.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/secrets/secrets.nix b/system/secrets/secrets.nix index 194ed3c..9fa9cc5 100644 --- a/system/secrets/secrets.nix +++ b/system/secrets/secrets.nix @@ -12,6 +12,6 @@ let in { "keycloak/passwd.tix".publicKeys = allSecrets; "matrix-synapse/passwd.tix".publicKeys = allSecrets; - "invidious/passwd.tix".publicKeys = allSecrets; + "invidious/hmac.tix".publicKeys = allSecrets; "invidious/settings.tix".publicKeys = allSecrets; } |