allow port hijinks
This commit is contained in:
parent
42729faa65
commit
9a7d513553
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.ip_unprivileged_port_start" = 0;
|
||||
};
|
||||
system.stateVersion = "24.05";
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue