summaryrefslogtreecommitdiff
path: root/profiles/server/mail.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/server/mail.nix')
-rw-r--r--profiles/server/mail.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/server/mail.nix b/profiles/server/mail.nix
index 291e764..7bf0a88 100644
--- a/profiles/server/mail.nix
+++ b/profiles/server/mail.nix
@@ -11,12 +11,12 @@
enableSubmissionSsl = true;
# TODO: configurate a local dns server?
- fqdn = ivi.domain;
- domains = [ ivi.domain ];
+ fqdn = my.domain;
+ domains = [ my.domain ];
loginAccounts = {
- ${ivi.email} = {
- hashedPasswordFile = config.secrets.ivi.path;
- aliases = [ "@${ivi.domain}" ];
+ ${my.email} = {
+ hashedPasswordFile = config.secrets.my.path;
+ aliases = [ "@${my.domain}" ];
};
};
certificateScheme = "acme";