mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-05-27 21:17:50 +05:00

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.
9 lines
267 B
Nix
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;
|
|
}
|