Integrate mailman3 service into my existing configuration.
This commit is contained in:
parent
df12a85010
commit
d9ecea0a17
4 changed files with 42 additions and 14 deletions
|
@ -8,9 +8,12 @@ mkIf (elem "mailserver" config.machine.services) {
|
|||
fqdn = "mail.${config.machine.domain}";
|
||||
domains = [ config.machine.domain ];
|
||||
loginAccounts = {
|
||||
"derped@${config.machine.domain}" = {
|
||||
hashedPassword = (fileContents /secret/derped.mail);
|
||||
};
|
||||
"derped@${config.machine.domain}" = {
|
||||
hashedPassword = (fileContents /secret/derped.mail);
|
||||
};
|
||||
"mailman3@${config.machine.domain}" = {
|
||||
hashedPassword = (fileContents /secret/mailman3.mail);
|
||||
};
|
||||
};
|
||||
# Use Let's Encrypt certificates. Note that this needs to set up a stripped
|
||||
# down nginx and opens port 80.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue