From 3672fc1d973aacc8085c0068094ed4520f760903 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 8 Nov 2022 21:11:14 +0100 Subject: ... --- hosts/vidhar/network/dsl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/vidhar/network') 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 { "net.ipv4.conf.all.forwarding" = true; "net.ipv4.conf.default.forwarding" = true; - "net.core.rmem_max" = "4194304"; - "net.core.wmem_max" = "4194304"; + "net.core.rmem_max" = 4194304; + "net.core.wmem_max" = 4194304; }; systemd.services."pppd-telekom" = { bindsTo = [ "sys-subsystem-net-devices-telekom.device" ]; -- cgit v1.2.3