Commit fa11a784 authored by Oliver Schmidt's avatar Oliver Schmidt
Browse files

nixos/dhparams: fix module name typo in warning

Follow-up to #513396
parent a562b8de
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