summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-10-08 23:14:14 +0200
committermakefu <github@syntax-fehler.de>2017-10-08 23:15:48 +0200
commitaf1af671b68a0c0f072e80a8992f2a42966cb652 (patch)
treee1f17093d5209ebb133591140007858dd64e71d6 /1systems
parent5624ba216ebc3c1adab4c499a30382b5b7d1c905 (diff)
gum.r: disable privkey setting via krebs
manually configure the secrets instead
Diffstat (limited to '1systems')
-rw-r--r--1systems/gum/config.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/1systems/gum/config.nix b/1systems/gum/config.nix
index e1357ff01..e769b1e22 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;
[cgit] Unable to lock slot /tmp/cgit/2e200000.lock: No such file or directory (2)