From 8692b5a886fff479729f8914534932e13362eda3 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 23 Jul 2023 23:05:01 +0200 Subject: l styx.r: fix smokeping --- lass/1systems/styx/config.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lass/1systems/styx/config.nix b/lass/1systems/styx/config.nix index edb2a35e..6c054abf 100644 --- a/lass/1systems/styx/config.nix +++ b/lass/1systems/styx/config.nix @@ -54,8 +54,14 @@ with import ; "$@" '') ]; + + users.users.mainUser.openssh.authorizedKeys.keys = [ + config.krebs.users.lass-android.pubkey + ]; + # http://10.42.0.1:8081/smokeping.fcgi services.smokeping = { enable = true; + host = null; targetConfig = '' probe = FPing menu = top -- cgit v1.2.3