mediaserver: wip jellyfin
This commit is contained in:
parent
15d9313a67
commit
069239e1c0
1 changed files with 9 additions and 0 deletions
|
@ -27,4 +27,13 @@
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.interfaces =
|
||||
let
|
||||
ports = [ 9920 ];
|
||||
in
|
||||
{
|
||||
"ens3".allowedTCPPorts = ports;
|
||||
"tailscale0".allowedTCPPorts = ports;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue