lol
This commit is contained in:
parent
98eff8478d
commit
95305e08f4
2
dkim.nix
2
dkim.nix
|
@ -42,7 +42,7 @@ in {
|
||||||
services.opendkim = {
|
services.opendkim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
selector = cfg.selector;
|
selector = cfg.selector;
|
||||||
socket = "niten:${toString cfg.port}";
|
socket = "inet:${toString cfg.port}";
|
||||||
domains = let domainString = concatStringsSep "," cfg.domains;
|
domains = let domainString = concatStringsSep "," cfg.domains;
|
||||||
in "csl:${domainString}";
|
in "csl:${domainString}";
|
||||||
configFile = let
|
configFile = let
|
||||||
|
|
Loading…
Reference in New Issue