exim-smart-host: fix for manual

This commit is contained in:
tv 2021-11-08 03:53:14 +01:00
parent ebd5fbbe05
commit 29c59684a3

View File

@ -31,6 +31,7 @@ let
owner.name = "exim"; owner.name = "exim";
source-path = toString <secrets> + "/${config.domain}.dkim.priv"; source-path = toString <secrets> + "/${config.domain}.dkim.priv";
}; };
defaultText = "secrets/domain.dkim.priv";
}; };
selector = mkOption { selector = mkOption {
type = types.str; type = types.str;