diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -661,7 +661,7 @@ in rec { | |||
| 661 | user = "postfix"; group = "postfix"; | 661 | user = "postfix"; group = "postfix"; |
| 662 | socket = "local:/var/lib/postfix/queue/private/dkim"; | 662 | socket = "local:/var/lib/postfix/queue/private/dkim"; |
| 663 | domains = ''csl:${pkgs.lib.concatStringsSep "," myDomains}''; | 663 | domains = ''csl:${pkgs.lib.concatStringsSep "," myDomains}''; |
| 664 | keyFile = /var/lib/dkim/ymir.private; | 664 | keyFile = "/var/lib/dkim/ymir.private"; |
| 665 | selector = "ymir"; | 665 | selector = "ymir"; |
| 666 | configFile = builtins.toFile "opendkim.conf" '' | 666 | configFile = builtins.toFile "opendkim.conf" '' |
| 667 | Syslog true | 667 | Syslog true |
