diff options
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/network/dsl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
56 | "ppp/ip-pre-up".source = let | 56 | "ppp/ip-pre-up".source = let |
57 | app = pkgs.writeShellApplication { | 57 | app = pkgs.writeShellApplication { |
58 | name = "ip-pre-up"; | 58 | name = "ip-pre-up"; |
59 | runtimeInputs = with pkgs; [ iproute2 ethtool ]; | 59 | runtimeInputs = with pkgs; [ iproute2 ethtool kmod ]; |
60 | text = '' | 60 | text = '' |
61 | ethtool -K telekom tso off gso off gro off | 61 | ethtool -K telekom tso off gso off gro off |
62 | 62 | ||