Merge branch 'various-things' into 'master'

Cleanup

See merge request simple-nixos-mailserver/nixos-mailserver!403
This commit is contained in:
Martin Weinelt 2025-05-29 06:58:39 +00:00
commit 506c6151d6
2 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,7 @@ NixOS 25.11
This option was introduced in the NixOS 25.11 release cycle, in which case you This option was introduced in the NixOS 25.11 release cycle, in which case you
can safely initialize its value at `1`. can safely initialize its value at `1`.
:: code-block: nix .. code-block:: nix
mailserver.stateVersion = 1; mailserver.stateVersion = 1;

View File

@ -1,7 +1,4 @@
{ {
# Testing eval failures that result from stateVersion assertion is out of scope # Testing eval failures that result from stateVersion assertion is out of scope
mailserver.stateVersion = 999; mailserver.stateVersion = 999;
# minimum size required by dovecot
security.dhparams.defaultBitSize = 2048;
} }