From 82ab97fb45335c5b04efdb94db10baf0f46289c4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 22 May 2026 18:10:30 +0900 Subject: [PATCH] bekkalokk/roundcube: restart service on changed sops secrets --- hosts/bekkalokk/services/webmail/roundcube.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/bekkalokk/services/webmail/roundcube.nix b/hosts/bekkalokk/services/webmail/roundcube.nix index 72eedf3..7d06efe 100644 --- a/hosts/bekkalokk/services/webmail/roundcube.nix +++ b/hosts/bekkalokk/services/webmail/roundcube.nix @@ -9,10 +9,12 @@ in sops.secrets."roundcube/postgres_password" = { owner = "nginx"; group = "nginx"; + restartUnits = [ "phpfpm-roundcube.service" ]; }; sops.secrets."roundcube/des_key" = { owner = "nginx"; group = "nginx"; + restartUnits = [ "phpfpm-roundcube.service" ]; }; services.roundcube = {