From 4dd19fe695341609f1938750c13cb72d9ac8fff5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 May 2022 14:28:23 +0200 Subject: ... --- hosts/surtr/email/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix index 52955cd2..f1fd49b0 100644 --- a/hosts/surtr/email/default.nix +++ b/hosts/surtr/email/default.nix @@ -140,8 +140,8 @@ with lib; services.opendkim = { enable = true; - # user = "postfix"; group = "postfix"; - # socket = "local:/run/opendkim/opendkim.sock"; + user = "postfix"; group = "postfix"; + socket = "local:/run/opendkim/opendkim.sock"; domains = ''csl:${concatStringsSep "," ["surtr.yggdrasil.li" "bouncy.email"]}''; selector = "surtr"; configFile = builtins.toFile "opendkim.conf" '' -- cgit v1.2.3