Update nixpkgs and home-manager

This commit is contained in:
2022-11-20 04:44:22 +00:00
parent c42e836d52
commit 0038d9c987
5 changed files with 33 additions and 28 deletions

View File

@@ -42,8 +42,8 @@
kernelParams = [ "console=ttyS0,115200n8" ];
# Stolen from nixos/modules/services/torrent/transmission.nix
kernel.sysctl = {
"net.core.rmem_max" = "4194304"; # 4MB
"net.core.wmem_max" = "1048576"; # 1MB
"net.core.rmem_max" = 4194304; # 4MB
"net.core.wmem_max" = 1048576; # 1MB
"net.ipv4.ip_local_port_range" = "16384 65535";
#"net.netfilter.nf_conntrack_generic_timeout" = 60;
#"net.netfilter.nf_conntrack_tcp_timeout_established" = 600;