diff options
Diffstat (limited to 'hosts/vidhar/network/dsl.nix')
-rw-r--r-- | hosts/vidhar/network/dsl.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/vidhar/network/dsl.nix b/hosts/vidhar/network/dsl.nix index 461e74d2..536e0e0d 100644 --- a/hosts/vidhar/network/dsl.nix +++ b/hosts/vidhar/network/dsl.nix | |||
@@ -138,8 +138,8 @@ in { | |||
138 | "net.ipv4.conf.all.forwarding" = true; | 138 | "net.ipv4.conf.all.forwarding" = true; |
139 | "net.ipv4.conf.default.forwarding" = true; | 139 | "net.ipv4.conf.default.forwarding" = true; |
140 | 140 | ||
141 | "net.core.rmem_max" = "4194304"; | 141 | "net.core.rmem_max" = 4194304; |
142 | "net.core.wmem_max" = "4194304"; | 142 | "net.core.wmem_max" = 4194304; |
143 | }; | 143 | }; |
144 | systemd.services."pppd-telekom" = { | 144 | systemd.services."pppd-telekom" = { |
145 | bindsTo = [ "sys-subsystem-net-devices-telekom.device" ]; | 145 | bindsTo = [ "sys-subsystem-net-devices-telekom.device" ]; |