allow port hijinks

This commit is contained in:
alisceon 2025-08-02 10:49:11 +02:00
parent 42729faa65
commit 9a7d513553

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
boot.kernel.sysctl = {
"net.ipv4.ip_unprivileged_port_start" = 0;
};
system.stateVersion = "24.05";
system.autoUpgrade = {
enable = true;