diff options
author | Soispha <soispha@vhack.eu> | 2024-03-28 12:11:28 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-29 22:55:35 +0100 |
commit | 94b9ce350c1ee693a0823c0b1c49d2b796d677c2 (patch) | |
tree | b2fbb6b5207d6e36cf16778e5a37c22a4879e2b4 /system/secrets/secrets.nix | |
parent | style(system/secrets): Sort `secret.nix` and `default.nix` alphabetically (diff) | |
download | nixos-server-94b9ce350c1ee693a0823c0b1c49d2b796d677c2.tar.gz nixos-server-94b9ce350c1ee693a0823c0b1c49d2b796d677c2.zip |
refactor(system/services/taskserver): Move away from git-crypt
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 b450955..21558e3 100644 --- a/system/secrets/secrets.nix +++ b/system/secrets/secrets.nix @@ -19,4 +19,5 @@ in { "matrix-synapse/passwd.age".publicKeys = allSecrets; "miniflux/admin.age".publicKeys = allSecrets; "taskserver/ca.age".publicKeys = allSecrets; + "taskserver/systemd_tmpfiles.age".publicKeys = allSecrets; } |