Unverified Commit 30a1b3b6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents f5757610 fa11a784
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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