summaryrefslogtreecommitdiff
path: root/env/dhe.nix
blob: 7a95f2dda3420d00c07af4c2a6eb08de27500889 (plain)
1
2
3
4
5
6
{ ... }: {
  config.security.dhparams = {
    enable = true;
    defaultBitSize = 2048;
  };
}