bekkalokk/roundcube: restart service on changed sops secrets

This commit is contained in:
h7x4
2026-05-22 18:10:30 +09:00
parent 543fd19f8d
commit 82ab97fb45

View File

@@ -9,10 +9,12 @@ in
sops.secrets."roundcube/postgres_password" = { sops.secrets."roundcube/postgres_password" = {
owner = "nginx"; owner = "nginx";
group = "nginx"; group = "nginx";
restartUnits = [ "phpfpm-roundcube.service" ];
}; };
sops.secrets."roundcube/des_key" = { sops.secrets."roundcube/des_key" = {
owner = "nginx"; owner = "nginx";
group = "nginx"; group = "nginx";
restartUnits = [ "phpfpm-roundcube.service" ];
}; };
services.roundcube = { services.roundcube = {