nixos/postfix-tlspol: fix default settings and config reload (#423922)
This commit is contained in:
commit
686386f4cc
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user