diff --git a/nixos/router.nix b/nixos/router.nix index fdd730e..e5cba00 100644 --- a/nixos/router.nix +++ b/nixos/router.nix @@ -96,6 +96,10 @@ in { } ]; + environment.systemPackages = with pkgs; [ + iftop + ]; + boot.kernel.sysctl = sysctl-entries // {