diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-12-29 20:23:30 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-12-29 20:23:30 +0100 |
commit | 8f711745d9c32f9855720d23bf16abfcd6bdedda (patch) | |
tree | a9c998ee0b9b784b68f41db38d33b9fc3043c478 | |
parent | 452aac66582aa624940dad7408a474f190dfb834 (diff) | |
download | nixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.tar nixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.tar.gz nixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.tar.bz2 nixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.tar.xz nixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.zip |
...
-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 | ||