feat(secrets): adding the wireguard secrets configuration

This commit is contained in:
Raphael 2026-01-05 16:52:37 +01:00
parent 9626ff6e76
commit d611b4cc01
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -10,6 +10,7 @@ let
];
in
{
"wireguard-secret.age".publicKeys = users ++ systems;
"mailjet-user.age".publicKeys = users ++ systems;
"mailjet-pass.age".publicKeys = users ++ systems;
"nextcloud-admin-pass.age".publicKeys = users ++ systems;