diff options
author | makefu <github@syntax-fehler.de> | 2017-10-08 23:14:14 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-10-08 23:15:48 +0200 |
commit | 903a1182b5c27cf0c07d267f136a0f2e5be3d89b (patch) | |
tree | 407b27371c4bea9476c0efa2ab7c837120916ca8 /krebs | |
parent | f7f1d7a4462a801f23c3483fb1c3d2a4130a5240 (diff) |
gum.r: disable privkey setting via krebs
manually configure the secrets instead
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/makefu/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/3modules/makefu/default.nix b/krebs/3modules/makefu/default.nix index 0e6e5e7e1..401cba97a 100644 --- a/krebs/3modules/makefu/default.nix +++ b/krebs/3modules/makefu/default.nix @@ -580,7 +580,8 @@ with import <stockholm/lib>; ''; }; }; - ssh.privkey.path = <secrets/ssh_host_ed25519_key>; + # configured manually + # ssh.privkey.path = <secrets/ssh_host_ed25519_key>; ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIcxWFEPzke/Sdd9qNX6rSJgXal8NmINYajpFCxXfYdj root@gum"; }; shoney = rec { |