Oof...was it just an extra space?

This commit is contained in:
niten 2023-09-28 17:41:44 -07:00
parent c4ad7a89a4
commit 4a1b3776e9
1 changed files with 1 additions and 1 deletions

View File

@ -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}
''; '';