From 5c92aab0c7dde0729484f8878a8ebf05e5fc79ab Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 21 Oct 2024 14:22:29 +0300 Subject: 2024-10-21 --- modules/ipfs.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/ipfs.nix') diff --git a/modules/ipfs.nix b/modules/ipfs.nix index 1e1d23f..25f7fce 100644 --- a/modules/ipfs.nix +++ b/modules/ipfs.nix @@ -144,6 +144,11 @@ in allowedUDPPorts = allowedTCPPorts; }; + boot.kernel.sysctl = { + "net.core.rmem_max" = 7500000; + "net.core.wmem_max" = 7500000; + }; + topology = with cfg; { nodes.${this.hostname}.services.ipfs-kubo = { name = "IPFS Kubo"; -- cgit 1.4.1