Oof, need an extra name entry

This commit is contained in:
niten 2023-09-28 20:50:48 -07:00
parent 47b7248dd7
commit e3fc492961
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ let
makeKeyTable = keyDir: domains:
pkgs.writeTextDir "key.table" (concatStrings (map (dom: ''
${dom}:mail:${keyDir}/${dom}.mail.key
${dom} ${dom}:mail:${keyDir}/${dom}.mail.key
'') domains));
makeSigningTable = domains: