nixos/postfix-tlspol: fix default settings and config reload (#423922)
This commit is contained in:
commit
686386f4cc
@ -90,7 +90,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
dns = {
|
dns = {
|
||||||
server = mkOption {
|
address = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "127.0.0.1:53";
|
default = "127.0.0.1:53";
|
||||||
description = ''
|
description = ''
|
||||||
@ -173,7 +173,7 @@ in
|
|||||||
description = "Postfix DANE/MTA-STS TLS policy socketmap service";
|
description = "Postfix DANE/MTA-STS TLS policy socketmap service";
|
||||||
documentation = [ "https://github.com/Zuplu/postfix-tlspol" ];
|
documentation = [ "https://github.com/Zuplu/postfix-tlspol" ];
|
||||||
|
|
||||||
reloadTriggers = [ configFile ];
|
restartTriggers = [ configFile ];
|
||||||
|
|
||||||
# https://github.com/Zuplu/postfix-tlspol/blob/main/init/postfix-tlspol.service
|
# https://github.com/Zuplu/postfix-tlspol/blob/main/init/postfix-tlspol.service
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user