mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(nixos): ping_group_range
cloudflared in particular likes having this...
This commit is contained in:
parent
c388c862ca
commit
2810d4d54c
1 changed files with 5 additions and 0 deletions
|
|
@ -24,4 +24,9 @@ in {
|
|||
linkConfig.Multicast = true;
|
||||
networkConfig.MulticastDNS = true;
|
||||
};
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
# not sure how to get it to overlap with subgid/idmap...
|
||||
"net.ipv4.ping_group_range" = "0 7999";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue