diff --git a/1systems/gum/config.nix b/1systems/gum/config.nix
index e1357ff..e769b1e 100644
--- a/1systems/gum/config.nix
+++ b/1systems/gum/config.nix
@@ -81,7 +81,9 @@ in {
   ];
   makefu.dl-dir = "/var/download";
 
-
+  services.openssh.hostKeys = [
+    { bits = 4096; path = <secrets/ssh_host_rsa_key>; type = "rsa"; }
+    { path = <secrets/ssh_host_ed25519_key>; type = "ed25519"; } ];
   ###### stable
   services.nginx.virtualHosts.cgit.serverAliases = [ "cgit.euer.krebsco.de" ];
   krebs.build.host = config.krebs.hosts.gum;
diff --git a/6tests/data/secrets/ssh_host_rsa_key b/6tests/data/secrets/ssh_host_rsa_key
new file mode 100644
index 0000000..e69de29