diff options
author | lassulus <git@lassul.us> | 2023-07-23 23:05:01 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-23 23:05:01 +0200 |
commit | 8692b5a886fff479729f8914534932e13362eda3 (patch) | |
tree | da1341a6a0cec70e2accb7b1b3e1f4d20acdf3f6 /lass | |
parent | c32c2996ab27ffd70087e71b8d506096e00f0fd8 (diff) |
l styx.r: fix smokeping
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/styx/config.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/1systems/styx/config.nix b/lass/1systems/styx/config.nix index edb2a35e1..6c054abfe 100644 --- a/lass/1systems/styx/config.nix +++ b/lass/1systems/styx/config.nix @@ -54,8 +54,14 @@ with import <stockholm/lib>; "$@" '') ]; + + 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 |