diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-02 16:32:16 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-02 16:32:16 -0700 |
| commit | 8aee5f7cbea90820c1477849b71207a1da7b20a3 (patch) | |
| tree | eacd2b267d81552be36b2af18b083adfffed32f0 | |
| parent | 804ba45582beced3f8cc7815ea071a5691df5b74 (diff) | |
kodi firewall
| -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; |
