Why were these settings in the root...
This commit is contained in:
parent
5e7bce0b6e
commit
8418928072
|
@ -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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue