various: set sops restartUnits

This commit is contained in:
h7x4
2025-12-22 15:48:13 +09:00
parent 6c5e8efea9
commit 167c889e11
4 changed files with 8 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ in
sops.templates."hookshot-registration.yaml" = {
owner = config.users.users.matrix-synapse.name;
group = config.users.groups.keys-matrix-registrations.name;
restartUnits = [ "matrix-hookshot.service" ];
content = ''
id: matrix-hookshot
as_token: "${config.sops.placeholder."matrix/hookshot/as_token"}"