diff options
author | polwex <polwex@sortug.com> | 2025-07-27 04:40:47 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-27 04:40:47 +0700 |
commit | a61c5db40ee85f98e6f40417c73ef10ca566aa19 (patch) | |
tree | fb40f83a53901077a91ce93552b6d37aaa44392c /hosts/cloud/sortug/mail.nix | |
parent | 05cdc5aa6b41fa4cefa2e7a13520c8a618f8536c (diff) | |
parent | 9dc29832c4fc17cd93f6eca6c0556277690a0061 (diff) |
Diffstat (limited to 'hosts/cloud/sortug/mail.nix')
-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 |