summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-11-08 03:53:14 +0100
committertv <tv@krebsco.de>2021-11-08 05:14:49 +0100
commit29c59684a33449967373692ebf4a142b887c2901 (patch)
tree361c4749e0c7fb78eacbfae1c9e9fa86daa358cf
parentebd5fbbe053521a397bf645546a8cbcf12713e6c (diff)
exim-smart-host: fix for manual
-rw-r--r--krebs/3modules/exim-smarthost.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/exim-smarthost.nix b/krebs/3modules/exim-smarthost.nix
index c5969caa..4eb1d641 100644
--- a/krebs/3modules/exim-smarthost.nix
+++ b/krebs/3modules/exim-smarthost.nix
@@ -31,6 +31,7 @@ let
owner.name = "exim";
source-path = toString <secrets> + "/${config.domain}.dkim.priv";
};
+ defaultText = "‹secrets/‹domain›.dkim.priv›";
};
selector = mkOption {
type = types.str;