index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
/
dhe.nix
blob: 7a95f2dda3420d00c07af4c2a6eb08de27500889 (
plain
)
1
2
3
4
5
6
{
...
}:
{
config
.
security
.
dhparams
=
{
enable
=
true
;
defaultBitSize
=
2048
;
};
}