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:
@@ -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 ];
|
||||||
|
Reference in New Issue
Block a user