nixos/dhparams: fix module name typo in warning (#516502)

This commit is contained in:
Martin Weinelt
2026-05-04 13:08:08 +00:00
committed by GitHub
+1 -1
View File
@@ -147,7 +147,7 @@ in
(lib.mkIf cfg.enable {
warnings = [
''
The `security.dhparam` module is deprecated and scheduled for removal in NixOS 26.11.
The `security.dhparams` module is deprecated and scheduled for removal in NixOS 26.11.
Generating your own params has been shown to be problematic in RFC 7919 (2016).
Remove any uses of DHE and migrate to ECDHE (RFC 8422, 2018) and