mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-06-06 10:11:37 +02:00
Add Firewall exception
This commit is contained in:
parent
4252d230b4
commit
2d4c81bcce
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@
|
|||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 62802 ];
|
||||
allowedUDPPorts = [ 62802 ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
league-of-moveable-type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue