summaryrefslogtreecommitdiff
path: root/hosts/cloud/sing/mail.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cloud/sing/mail.nix')
-rw-r--r--hosts/cloud/sing/mail.nix13
1 files changed, 9 insertions, 4 deletions
diff --git a/hosts/cloud/sing/mail.nix b/hosts/cloud/sing/mail.nix
index 09a070d..1b88877 100644
--- a/hosts/cloud/sing/mail.nix
+++ b/hosts/cloud/sing/mail.nix
@@ -1,8 +1,12 @@
-{
- mailserver = {
+{
+ config,
+ pkgs,
+ ...
+}: {
+ mailserver = {
enable = true;
fqdn = "mail.sortug.com";
- domains = [ "sortug.com" ];
+ domains = ["sortug.com"];
# A list of all login accounts. To create the password hashes, use
# nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt'
@@ -22,7 +26,8 @@
"info@sortug.com" = {
hashedPasswordFile = "/home/y/mail.key";
};
- "admin@sortug.com" = { # legal and banking
+ "admin@sortug.com" = {
+ # legal and banking
hashedPasswordFile = "/home/y/mail.key";
};
"internal@sortug.com" = {