gum.r: remove obsolete defintion of ssh host keys

This commit is contained in:
makefu 2023-09-03 14:21:44 +02:00
parent 93dd3ab0d0
commit d95bd4bc2f
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -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";