More server prep
This commit is contained in:
parent
829459865c
commit
5f6e8ef364
17 changed files with 103 additions and 124 deletions
|
@ -6,7 +6,7 @@
|
|||
];
|
||||
|
||||
mailserver = rec {
|
||||
enable = true;
|
||||
enable = config.system.mailserver.enable;
|
||||
domains = [
|
||||
"${config.domains.jim1}"
|
||||
"${config.domains.jim2}"
|
||||
|
@ -25,7 +25,7 @@
|
|||
organizationName = "Jimbo's Files";
|
||||
};
|
||||
|
||||
# Passwords generated with 'mkpasswd -sm bcrypt'
|
||||
# Passwords made with 'mkpasswd -sm bcrypt'
|
||||
loginAccounts = {
|
||||
"noreply@${config.domains.jim1}" = {
|
||||
hashedPasswordFile = pkgs.writeText "noreply" config.secrets.noreplyMailHash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue