configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: ip forwarding

+4 -1
+4 -1
hosts/bluepill-proxy/modules/nftables.nix
··· 3 3 networking.firewall.allowedTCPPorts = [25565 23343]; 4 4 networking.firewall.allowedUDPPorts = [25565 23343 24454 22232]; 5 5 }; 6 - networking.enableIPv4Forwarding = true; 6 + 7 + boot.kernel.sysctl = { 8 + "net.ipv4.ip_forward" = 1; 9 + }; 7 10 8 11 networking.nftables = { 9 12 enable = true;