diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/picast/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/picast/default.nix b/machines/picast/default.nix index fd5b70b..8f41df8 100644 --- a/machines/picast/default.nix +++ b/machines/picast/default.nix @@ -86,8 +86,8 @@ # List services that you want to enable: # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; + networking.firewall.allowedTCPPorts = [ 8080 ]; + networking.firewall.allowedUDPPorts = [ 8080 ]; # Or disable the firewall altogether. # networking.firewall.enable = false; |
