add opendkim

This commit is contained in:
jaina heartles 2024-07-10 15:00:03 -07:00
parent 084d9077a1
commit 38ce58f93c

View file

@ -4,9 +4,10 @@
services.postfix = {
enable = true;
enableSubmission = true;
domain = "egirls.gay";
extraConfig = ''
inet_interfaces = 127.0.0.1
'';
config = { inet_interfaces = "loopback-only"; };
};
services.opendkim = { enable = true; };
}