Merge branch 'various-things' into 'master'
Cleanup See merge request simple-nixos-mailserver/nixos-mailserver!403
This commit is contained in:
commit
506c6151d6
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue