Oof...was it just an extra space?
This commit is contained in:
parent
c4ad7a89a4
commit
4a1b3776e9
2
dkim.nix
2
dkim.nix
|
@ -99,7 +99,7 @@ in {
|
||||||
in pkgs.writeText "opendkim.conf" ''
|
in pkgs.writeText "opendkim.conf" ''
|
||||||
Canonicalization relaxed/simple
|
Canonicalization relaxed/simple
|
||||||
Socket inet:${toString cfg.port}
|
Socket inet:${toString cfg.port}
|
||||||
KeyTable file: ${keyTableDir}/key.table
|
KeyTable file:${keyTableDir}/key.table
|
||||||
SigningTable file:${signingTableDir}/signing.table
|
SigningTable file:${signingTableDir}/signing.table
|
||||||
${optionalString cfg.debug debugString}
|
${optionalString cfg.debug debugString}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue