From fa11a7841cecc8f0c2f96a7024cc48c2b90f0b9c Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Mon, 4 May 2026 15:00:54 +0200 Subject: [PATCH] nixos/dhparams: fix module name typo in warning Follow-up to #513396 --- nixos/modules/security/dhparams.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/dhparams.nix b/nixos/modules/security/dhparams.nix index a2a5cb366850..a18af9f85ae7 100644 --- a/nixos/modules/security/dhparams.nix +++ b/nixos/modules/security/dhparams.nix @@ -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