summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/exim-smarthost.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-12-29 17:46:12 +0100
committerlassulus <lassulus@lassul.us>2022-12-29 17:46:12 +0100
commit59a0ed177a437d4cce269183865b0dedd783ad0a (patch)
tree908606ba6100f9404efea3eda99a0a51696e6ce1 /krebs/3modules/exim-smarthost.nix
parent89152b599d3e568370223146e9b9bfe435b1f3bb (diff)
parent9cb022698e629c59e984c10e9cd7e123eab1fbda (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'krebs/3modules/exim-smarthost.nix')
-rw-r--r--krebs/3modules/exim-smarthost.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix
index 7c176d224..b3cf212e4 100644
--- a/krebs/3modules/exim-smarthost.nix
+++ b/krebs/3modules/exim-smarthost.nix
@@ -108,7 +108,7 @@ let
};
imp = {
- krebs.systemd.services.exim = {};
+ krebs.systemd.services.exim.restartIfCredentialsChange = true;
systemd.services.exim.serviceConfig.LoadCredential =
map (dkim: "${dkim.domain}.dkim_private_key:${dkim.private_key}") cfg.dkim;
krebs.exim = {