summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-12-29 20:23:30 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-12-29 20:23:30 +0100
commit8f711745d9c32f9855720d23bf16abfcd6bdedda (patch)
treea9c998ee0b9b784b68f41db38d33b9fc3043c478
parent452aac66582aa624940dad7408a474f190dfb834 (diff)
downloadnixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.tar
nixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.tar.gz
nixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.tar.bz2
nixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.tar.xz
nixos-8f711745d9c32f9855720d23bf16abfcd6bdedda.zip
...
-rw-r--r--hosts/vidhar/network/dsl.nix2
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