Skip to content

Commit

Permalink
fix: firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 25, 2023
1 parent 3e65a10 commit 7332e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion machines/media.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

services.homepage-dashboard = {
enable = true;
port = 80;
listenPort = 80;
openFirewall = true;
};

services.jellyfin = {
Expand Down

0 comments on commit 7332e5b

Please sign in to comment.