hosts/suwako: mailserver: dovecot2 directory migration

changed stateVersion to 3

More: https://nixos-mailserver.readthedocs.io/en/latest/migrations.html#dovecot-mail-directory-migration

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-09-04 12:16:55 +05:30
parent 4e5b555498
commit 5c1c326baf

View File

@@ -9,7 +9,7 @@
in in
rec { rec {
enable = true; enable = true;
stateVersion = 1; stateVersion = 3;
fqdn = "mail.${domain}"; fqdn = "mail.${domain}";
sendingFqdn = fqdn; sendingFqdn = fqdn;
domains = [ domain ]; domains = [ domain ];