gum.r: remove obsolete defintion of ssh host keys
This commit is contained in:
parent
93dd3ab0d0
commit
d95bd4bc2f
|
@ -224,12 +224,6 @@ in {
|
|||
# makefu.dl-dir = "/var/download";
|
||||
makefu.dl-dir = "/media/cloud/download/finished";
|
||||
|
||||
sops.secrets."ssh_host_rsa_key" = {};
|
||||
sops.secrets."ssh_host_ed25519_key" = {};
|
||||
services.openssh.hostKeys = lib.mkForce [
|
||||
{ bits = 4096; path = (config.sops.secrets."ssh_host_rsa_key".path); type = "rsa"; }
|
||||
{ path = config.sops.secrets."ssh_host_ed25519_key".path; type = "ed25519"; } ];
|
||||
|
||||
###### stable
|
||||
security.acme.certs."cgit.euer.krebsco.de" = {
|
||||
email = "letsencrypt@syntax-fehler.de";
|
||||
|
|
Loading…
Reference in a new issue