feat(profile:gaming): add halo infinite ports to firewall

This commit is contained in:
ooks-io 2024-04-13 18:44:05 +12:00
parent dd0a5d0ec6
commit 48c0e8e005

View file

@ -50,5 +50,16 @@ in
};
};
};
networking.firewall = {
allowedTCPPorts = [ 3074 ];
allowedUDPPorts = [
88
500
3074
2075
3544
4500
];
};
};
}