summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-12-01 19:45:13 +0100
committerGitHub <noreply@github.com>2020-12-01 19:45:13 +0100
commit26cc536edf28ad68d4f6a8cea9c385b22a1f73ba (patch)
tree5b66a29e27a7a82b1ec21ac3cbb37fcbf65af447 /nixos/modules
parent040f43d890c8d42195d3f8b7eaeb702657fb3b7d (diff)
parent6f7d8e55282f58ecb36036ca5f669698b12040db (diff)
Merge pull request #104203 from andir/saned-max-connections
nixos/sane: bump the MaxConnections to a reasonable amount
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/hardware/sane.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/sane.nix b/nixos/modules/services/hardware/sane.nix
index b344dfc20610..03070a8f9e7c 100644
--- a/nixos/modules/services/hardware/sane.nix
+++ b/nixos/modules/services/hardware/sane.nix
@@ -148,7 +148,7 @@ in
# saned needs to distinguish between IPv4 and IPv6 to open matching data sockets.
BindIPv6Only = "ipv6-only";
Accept = true;
- MaxConnections = 1;
+ MaxConnections = 64;
};
};