diff options
Diffstat (limited to 'modules/postfix-mta-sts-resolver.nix')
| -rw-r--r-- | modules/postfix-mta-sts-resolver.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/postfix-mta-sts-resolver.nix b/modules/postfix-mta-sts-resolver.nix index fcbd9390..193c54fb 100644 --- a/modules/postfix-mta-sts-resolver.nix +++ b/modules/postfix-mta-sts-resolver.nix | |||
| @@ -8,7 +8,7 @@ in { | |||
| 8 | options = { | 8 | options = { |
| 9 | services.postfix-mta-sts-resolver = { | 9 | services.postfix-mta-sts-resolver = { |
| 10 | enable = mkEnableOption "mta-sts-daemon"; | 10 | enable = mkEnableOption "mta-sts-daemon"; |
| 11 | package = mkPackageOption pkgs "postfix-mta-sts-resolver"; | 11 | package = mkPackageOption pkgs "postfix-mta-sts-resolver" {}; |
| 12 | 12 | ||
| 13 | redis = mkEnableOption "redis cache" // { default = true; example = false; }; | 13 | redis = mkEnableOption "redis cache" // { default = true; example = false; }; |
| 14 | proactive-policy-fetching = mkEnableOption "proactive policy fetching" // { default = true; example = false; }; | 14 | proactive-policy-fetching = mkEnableOption "proactive policy fetching" // { default = true; example = false; }; |
| @@ -16,10 +16,12 @@ in { | |||
| 16 | loglevel = mkOption { | 16 | loglevel = mkOption { |
| 17 | type = types.enum ["debug" "info" "warn" "error" "fatal"]; | 17 | type = types.enum ["debug" "info" "warn" "error" "fatal"]; |
| 18 | default = "info"; | 18 | default = "info"; |
| 19 | description = "Loglevel"; | ||
| 19 | }; | 20 | }; |
| 20 | 21 | ||
| 21 | settings = mkOption { | 22 | settings = mkOption { |
| 22 | type = types.attrs; | 23 | type = types.attrs; |
| 24 | description = "Settings"; | ||
| 23 | }; | 25 | }; |
| 24 | }; | 26 | }; |
| 25 | }; | 27 | }; |
