EDI: add port for Jellyfin

This commit is contained in:
Aaron Honeycutt 2024-03-07 20:08:43 +00:00
parent b5bdf5a34e
commit d57a7de374

View file

@ -22,7 +22,7 @@
networking.hostName = "EDI";
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 3000 8123 ];
allowedTCPPorts = [ 80 443 3000 8096 8123 ];
};
nixpkgs.config.permittedInsecurePackages = [