tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: bleh
devins.page
1 month ago
56082ff0
7a30ad16
+2
-2
1 changed file
expand all
collapse all
unified
split
hosts
bluepill-proxy
modules
nftables.nix
+2
-2
hosts/bluepill-proxy/modules/nftables.nix
···
1
1
{...}: {
2
2
networking.firewall = {
3
3
-
networking.firewall.allowedTCPPorts = [25565 23343];
4
4
-
networking.firewall.allowedUDPPorts = [25565 23343 24454 22232];
3
3
+
allowedTCPPorts = [25565 23343];
4
4
+
allowedUDPPorts = [25565 23343 24454 22232];
5
5
};
6
6
7
7
boot.kernel.sysctl = {