diff --git a/system/dalinar/configuration.nix b/system/dalinar/configuration.nix index 1483ab3..8af289d 100644 --- a/system/dalinar/configuration.nix +++ b/system/dalinar/configuration.nix @@ -171,53 +171,53 @@ nodes.clightning.enable = true; }; - mailserver = { - enable = true; - fqdn = "mail.cochrun.xyz"; - domains = [ "cochrun.xyz" ]; - enableManageSieve = true; - mailDirectory = "/storage/vmail"; - mailboxes = { - Archive = { - auto = "subsribe"; - specialUse = "Archive"; - } - Drafts = { - auto = "subscribe"; - specialUse = "Drafts"; - }; - Junk = { - auto = "subscribe"; - specialUse = "Junk"; - }; - Sent = { - auto = "subscribe"; - specialUse = "Sent"; - }; - Trash = { - auto = "no"; - specialUse = "Trash"; - }; - }; - useFsLayout = true; - hierarchySeparator = "/"; - certificateScheme = 1; - certificateFile = "/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.cochrun.xyz/mail.cochrun.xyz.crt"; - keyFile = "/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.cochrun.xyz/mail.cochrun.xyz.key"; - loginAccounts = { - "chris@cochrun.xyz" = { - hashedPasswordFile = "/home/chris/mailp"; - aliases = [ - "postmaster@cochrun.xyz" - "cxda@cochrun.xyz" - "ceth@cochrun.xyz" - "clocb@cochrun.xyz" - "higdry@cochrun.xyz" - "clin@cochrun.xyz" - ] - } - } - } + #mailserver = { + # enable = true; + # fqdn = "mail.cochrun.xyz"; + # domains = [ "cochrun.xyz" ]; + # enableManageSieve = true; + # mailDirectory = "/storage/vmail"; + # mailboxes = { + # Archive = { + # auto = "subsribe"; + # specialUse = "Archive"; + # } + # Drafts = { + # auto = "subscribe"; + # specialUse = "Drafts"; + # }; + # Junk = { + # auto = "subscribe"; + # specialUse = "Junk"; + # }; + # Sent = { + # auto = "subscribe"; + # specialUse = "Sent"; + # }; + # Trash = { + # auto = "no"; + # specialUse = "Trash"; + # }; + # }; + # useFsLayout = true; + # hierarchySeparator = "/"; + # certificateScheme = 1; + # certificateFile = "/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.cochrun.xyz/mail.cochrun.xyz.crt"; + # keyFile = "/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.cochrun.xyz/mail.cochrun.xyz.key"; + # loginAccounts = { + # "chris@cochrun.xyz" = { + # hashedPasswordFile = "/home/chris/mailp"; + # aliases = [ + # "postmaster@cochrun.xyz" + # "cxda@cochrun.xyz" + # "ceth@cochrun.xyz" + # "clocb@cochrun.xyz" + # "higdry@cochrun.xyz" + # "clin@cochrun.xyz" + # ] + # } + # } + #} # DDCLIENT services.ddclient = {