diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-13 20:15:15 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-13 20:15:15 +0200 |
commit | 5aca4557257389c859ca3b7a6303f31d5de0abcd (patch) | |
tree | 8dd5f2c5efcf2c6cfde19e37f1863bb5e456ea97 /secrets.nix | |
parent | refactor(modules/etesync): Move to a complete module (diff) | |
download | nixos-server-5aca4557257389c859ca3b7a6303f31d5de0abcd.tar.gz nixos-server-5aca4557257389c859ca3b7a6303f31d5de0abcd.zip |
fix(secrets.nix): Remove non-existent `settings.age` secret file
This file was renamed to the `hmac.age` file in 320cc252c1e59de8fed8993b3a527839bc0963a6, but was actually never removed from the `secrets.nix` list.
Diffstat (limited to 'secrets.nix')
-rw-r--r-- | secrets.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/secrets.nix b/secrets.nix index 5f1ff73..5348a03 100644 --- a/secrets.nix +++ b/secrets.nix @@ -14,7 +14,6 @@ in { "./system/secrets/backup/backuppass.age".publicKeys = allSecrets; "./system/secrets/backup/backupssh.age".publicKeys = allSecrets; "./system/secrets/invidious/hmac.age".publicKeys = allSecrets; - "./system/secrets/invidious/settings.age".publicKeys = allSecrets; "./system/secrets/mastodon/mail.age".publicKeys = allSecrets; "./system/secrets/matrix-synapse/passwd.age".publicKeys = allSecrets; "./system/secrets/miniflux/admin.age".publicKeys = allSecrets; |