Allow ports
This commit is contained in:
parent
dce30b4aa6
commit
9069d0e8a5
|
@ -46,4 +46,11 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
unstable.firefox-beta-bin
|
||||
];
|
||||
|
||||
# Enable firewall and pass some ports
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 61377 ];
|
||||
allowedUDPPorts = [ 61377 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue