]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/mail/milters.nix
Refactor opendmarc/openarc flakes
[perso/Immae/Config/Nix.git] / modules / private / mail / milters.nix
index e00a2f35d0d57e2cfc1ed6d34908e96780a8fa5f..4291993351a723d246abdd321ccc28c59766b0f4 100644 (file)
@@ -8,8 +8,8 @@
     type = lib.types.attrsOf lib.types.path;
     default = {
       opendkim = "/run/opendkim/opendkim.sock";
-      opendmarc = "/run/opendmarc/opendmarc.sock";
-      openarc = "/run/openarc/openarc.sock";
+      opendmarc = config.services.opendmarc.socket;
+      openarc = config.services.openarc.socket;
     };
     readOnly = true;
     description = ''