nixos/postfix-tlspol: fix default settings and config reload (#423922)

This commit is contained in:
Martin Weinelt 2025-07-10 02:08:57 +02:00 committed by GitHub
commit 686386f4cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ in
};
dns = {
server = mkOption {
address = mkOption {
type = types.str;
default = "127.0.0.1:53";
description = ''
@ -173,7 +173,7 @@ in
description = "Postfix DANE/MTA-STS TLS policy socketmap service";
documentation = [ "https://github.com/Zuplu/postfix-tlspol" ];
reloadTriggers = [ configFile ];
restartTriggers = [ configFile ];
# https://github.com/Zuplu/postfix-tlspol/blob/main/init/postfix-tlspol.service
serviceConfig = {