mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-08 17:11:02 +00:00
mailserver: localDnsResolver = false
This commit is contained in:
parent
66c0184a93
commit
64fc2ae57e
|
@ -30,6 +30,7 @@ lib.mkIf sp.modules.simple-nixos-mailserver.enable
|
||||||
enable = true;
|
enable = true;
|
||||||
fqdn = sp.domain;
|
fqdn = sp.domain;
|
||||||
domains = [ sp.domain ];
|
domains = [ sp.domain ];
|
||||||
|
localDnsResolver = false;
|
||||||
|
|
||||||
# A list of all login accounts. To create the password hashes, use
|
# A list of all login accounts. To create the password hashes, use
|
||||||
# mkpasswd -m sha-512 "super secret password"
|
# mkpasswd -m sha-512 "super secret password"
|
||||||
|
|
Loading…
Reference in a new issue