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 = {