Skip to content

Commit

Permalink
fw for plex
Browse files Browse the repository at this point in the history
  • Loading branch information
kasuboski committed Oct 31, 2023
1 parent d36acbf commit 6e1c256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/hosts/fettig/k3s.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"/var/lib/plex"
];
};
networking.firewall.allowedTCPPorts = [6443];
networking.firewall.allowedTCPPorts = [6443 32400];
services.k3s = {
enable = true;
# https://github.com/NixOS/nixpkgs/pull/263780
Expand Down

0 comments on commit 6e1c256

Please sign in to comment.