summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network/dsl.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-11-08 21:11:14 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-11-08 21:11:14 +0100
commit3672fc1d973aacc8085c0068094ed4520f760903 (patch)
tree822c9d9d79490e131406415b407b7349f34eaa22 /hosts/vidhar/network/dsl.nix
parent83fe72fdbf905ccfd45a4ccbb6f1954fbd994e8e (diff)
downloadnixos-3672fc1d973aacc8085c0068094ed4520f760903.tar
nixos-3672fc1d973aacc8085c0068094ed4520f760903.tar.gz
nixos-3672fc1d973aacc8085c0068094ed4520f760903.tar.bz2
nixos-3672fc1d973aacc8085c0068094ed4520f760903.tar.xz
nixos-3672fc1d973aacc8085c0068094ed4520f760903.zip
...
Diffstat (limited to 'hosts/vidhar/network/dsl.nix')
-rw-r--r--hosts/vidhar/network/dsl.nix4
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" ];