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

authored by Martin Weinelt and committed by GitHub 686386f4 6ce3e0c4

+2 -2
+2 -2
nixos/modules/services/mail/postfix-tlspol.nix
··· 90 }; 91 92 dns = { 93 - server = mkOption { 94 type = types.str; 95 default = "127.0.0.1:53"; 96 description = '' ··· 173 description = "Postfix DANE/MTA-STS TLS policy socketmap service"; 174 documentation = [ "https://github.com/Zuplu/postfix-tlspol" ]; 175 176 - reloadTriggers = [ configFile ]; 177 178 # https://github.com/Zuplu/postfix-tlspol/blob/main/init/postfix-tlspol.service 179 serviceConfig = {
··· 90 }; 91 92 dns = { 93 + address = mkOption { 94 type = types.str; 95 default = "127.0.0.1:53"; 96 description = '' ··· 173 description = "Postfix DANE/MTA-STS TLS policy socketmap service"; 174 documentation = [ "https://github.com/Zuplu/postfix-tlspol" ]; 175 176 + restartTriggers = [ configFile ]; 177 178 # https://github.com/Zuplu/postfix-tlspol/blob/main/init/postfix-tlspol.service 179 serviceConfig = {