diff --git a/1systems/gum/config.nix b/1systems/gum/config.nix index 5a074a8..e56adf1 100644 --- a/1systems/gum/config.nix +++ b/1systems/gum/config.nix @@ -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";