generated from andy/linux-nixos-hyprland-config-dotfiles
11 lines
268 B
Nix
11 lines
268 B
Nix
{ ... }:
|
|
|
|
{
|
|
# Open ports in the firewall.
|
|
networking.firewall.enable = false;
|
|
# networking.firewall.allowedTCPPorts = [ 3000 ];
|
|
# networking.firewall.allowedUDPPorts = [ 3000 ];
|
|
# Or disable the firewall altogether.
|
|
# networking.firewall.enable = false;
|
|
}
|