diff options
author | polwex <polwex@sortug.com> | 2025-07-27 04:21:58 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-27 04:21:58 +0700 |
commit | 9dc29832c4fc17cd93f6eca6c0556277690a0061 (patch) | |
tree | f4d43d7ab1f8c8762c67ce58693f414b16a1295f /hosts/cloud/sortug | |
parent | 2339fba37290774336fa517a417330e3ff788ba5 (diff) |
mnew
Diffstat (limited to 'hosts/cloud/sortug')
-rw-r--r-- | hosts/cloud/sortug/mail.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cloud/sortug/mail.nix b/hosts/cloud/sortug/mail.nix index 68a960a..443e959 100644 --- a/hosts/cloud/sortug/mail.nix +++ b/hosts/cloud/sortug/mail.nix @@ -6,7 +6,7 @@ # services.dovecot2.sieve.extensions = ["fileinto"]; mailserver = { enable = true; - stateVersion = 1; + stateVersion = 3; fqdn = "mail.sortug.com"; domains = ["sortug.com" "yago.onl"]; # workaround |