Martin Weinelt 4225cc759f
Introduce stateVersion concept
With upcoming changes to the dovecot home and maildirectories we need to
introduce a way to nudge users to inform themselves about manual
migration steps they might need to carry out.
2025-05-22 05:49:22 +02:00

9 lines
267 B
Nix

{
# Update this to the latest stateVersion when introducing a new migration step
# https://nixos-mailserver.readthedocs.io/en/latest/migrations.html
mailserver.stateVersion = 1;
# minimum size required by dovecot
security.dhparams.defaultBitSize = 2048;
}