mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
hosts/plover: enable DH params generation
This is for certain applications as we'll see.
This commit is contained in:
parent
53f7cf6e83
commit
831022bf22
@ -126,6 +126,10 @@ in
|
|||||||
credentialsFile = config.sops.secrets."plover/lego/env".path;
|
credentialsFile = config.sops.secrets."plover/lego/env".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable generating new DH params.
|
||||||
|
security.dhparams.enable = true;
|
||||||
|
|
||||||
|
# !!! The keys should be rotated at an interval here.
|
||||||
services.openssh.hostKeys = [{
|
services.openssh.hostKeys = [{
|
||||||
path = config.sops.secrets."plover/ssh-key".path;
|
path = config.sops.secrets."plover/ssh-key".path;
|
||||||
type = "ed25519";
|
type = "ed25519";
|
||||||
|
Loading…
Reference in New Issue
Block a user