configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: bleh

+2 -2
+2 -2
hosts/bluepill-proxy/modules/nftables.nix
··· 1 1 {...}: { 2 2 networking.firewall = { 3 - networking.firewall.allowedTCPPorts = [25565 23343]; 4 - networking.firewall.allowedUDPPorts = [25565 23343 24454 22232]; 3 + allowedTCPPorts = [25565 23343]; 4 + allowedUDPPorts = [25565 23343 24454 22232]; 5 5 }; 6 6 7 7 boot.kernel.sysctl = {