diff options
Diffstat (limited to 'lass/1systems/styx/config.nix')
-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 |