diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-04 18:15:17 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-04 18:15:17 -0700 |
| commit | bb25f3f6ed42e91aa853535ee8e09d666312be5c (patch) | |
| tree | 812c883fc1d54bbdd48cff44e4a60cb4c35d2abf /machines/picast | |
| parent | aeda70b1dceebf0e92060e3c325d7eee4e9bd14f (diff) | |
firewall breaks kodi upnp
Diffstat (limited to 'machines/picast')
| -rw-r--r-- | machines/picast/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/picast/default.nix b/machines/picast/default.nix index 8f41df8..19210cf 100644 --- a/machines/picast/default.nix +++ b/machines/picast/default.nix @@ -86,10 +86,10 @@ # List services that you want to enable: # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 8080 ]; - networking.firewall.allowedUDPPorts = [ 8080 ]; + # networking.firewall.allowedTCPPorts = [ 8080 ]; + # networking.firewall.allowedUDPPorts = [ 8080 ]; # Or disable the firewall altogether. - # networking.firewall.enable = false; + networking.firewall.enable = false; # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you |
