Add Firewall exception

This commit is contained in:
Kevin Kandlbinder 2023-05-03 14:30:56 +02:00
parent 4252d230b4
commit 2d4c81bcce
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -46,6 +46,11 @@
networking.networkmanager.enable = true;
networking.firewall = {
allowedTCPPorts = [ 62802 ];
allowedUDPPorts = [ 62802 ];
};
environment.systemPackages = with pkgs; [
firefox
league-of-moveable-type