1
0
Fork 0

mediaserver: wip jellyfin

This commit is contained in:
Daniel Kempkens 2023-04-19 22:05:30 +02:00
parent 15d9313a67
commit 069239e1c0
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -27,4 +27,13 @@
proxyWebsockets = true;
};
};
networking.firewall.interfaces =
let
ports = [ 9920 ];
in
{
"ens3".allowedTCPPorts = ports;
"tailscale0".allowedTCPPorts = ports;
};
}