mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-05-31 15:07:52 +05:00
Merge branch 'various-things' into 'master'
Cleanup See merge request simple-nixos-mailserver/nixos-mailserver!403
This commit is contained in:
commit
506c6151d6
@ -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…
x
Reference in New Issue
Block a user