From 8f711745d9c32f9855720d23bf16abfcd6bdedda Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 29 Dec 2023 20:23:30 +0100 Subject: ... --- hosts/vidhar/network/dsl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix index acde478d..b267517c 100644 --- a/hosts/vidhar/network/dsl.nix +++ b/hosts/vidhar/network/dsl.nix @@ -56,7 +56,7 @@ in { "ppp/ip-pre-up".source = let app = pkgs.writeShellApplication { name = "ip-pre-up"; - runtimeInputs = with pkgs; [ iproute2 ethtool ]; + runtimeInputs = with pkgs; [ iproute2 ethtool kmod ]; text = '' ethtool -K telekom tso off gso off gro off -- cgit v1.2.3