Why were these settings in the root...

This commit is contained in:
niten 2023-09-24 10:49:53 -07:00
parent 5e7bce0b6e
commit 8418928072
1 changed files with 2 additions and 2 deletions

View File

@ -370,10 +370,10 @@ in {
fudo.mail.dkim = { fudo.mail.dkim = {
enable = true; enable = true;
debug = cfg.debug; debug = cfg.debug;
port = dkimPort;
state-directory = "/state";
domains = [ cfg.primary-domain ] ++ cfg.extra-domains; domains = [ cfg.primary-domain ] ++ cfg.extra-domains;
}; };
port = dkimPort;
state-directory = "/state";
}; };
}; };
}; };