From 9a7d513553019ea8e8c7ebf718b80773f00ab09c Mon Sep 17 00:00:00 2001 From: alisceon Date: Sat, 2 Aug 2025 10:49:11 +0200 Subject: [PATCH] allow port hijinks --- hosts/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common.nix b/hosts/common.nix index b698add..a6b5e47 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -1,6 +1,9 @@ { config, pkgs, ... }: { + boot.kernel.sysctl = { + "net.ipv4.ip_unprivileged_port_start" = 0; + }; system.stateVersion = "24.05"; system.autoUpgrade = { enable = true;