From 3011d107fe85c88c0b3fcfbeb059756d2cb36f6a Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 8 Dec 2020 19:26:02 +0100 Subject: [PATCH] Enable mtr --- configuration/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/common/default.nix b/configuration/common/default.nix index f08056a..8278180 100644 --- a/configuration/common/default.nix +++ b/configuration/common/default.nix @@ -27,6 +27,8 @@ tmux ]; + programs.mtr.enable = true; + services.openssh.enable = true; services.openssh.passwordAuthentication = false; services.openssh.challengeResponseAuthentication = false;