diff options
author | Soispha <soispha@vhack.eu> | 2023-10-03 16:10:04 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-03 16:10:04 +0200 |
commit | 932c45d2eb843bac1bb2f6e64a91613fe0fa3dd2 (patch) | |
tree | b4e88fbe024d0d25f3ae71e423990b5907911ea5 /system/secrets/secrets.nix | |
parent | chore(version): v0.10.0 (diff) | |
download | nixos-server-932c45d2eb843bac1bb2f6e64a91613fe0fa3dd2.tar.gz nixos-server-932c45d2eb843bac1bb2f6e64a91613fe0fa3dd2.zip |
feat(system/services/miniflux): Init
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 9fa9cc5..cd27612 100644 --- a/system/secrets/secrets.nix +++ b/system/secrets/secrets.nix @@ -14,4 +14,5 @@ in { "matrix-synapse/passwd.tix".publicKeys = allSecrets; "invidious/hmac.tix".publicKeys = allSecrets; "invidious/settings.tix".publicKeys = allSecrets; + "miniflux/admin.tix".publicKeys = allSecrets; } |