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
|
||||
rec {
|
||||
enable = true;
|
||||
stateVersion = 1;
|
||||
stateVersion = 3;
|
||||
fqdn = "mail.${domain}";
|
||||
sendingFqdn = fqdn;
|
||||
domains = [ domain ];
|
||||
|
Reference in New Issue
Block a user