From b857aac01a36c20ae39b437def9a374244962a24 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 9 Aug 2021 17:39:27 +0200 Subject: [PATCH] added plex --- hosts/architect/plex.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/architect/plex.nix b/hosts/architect/plex.nix index 2594616..07290b6 100644 --- a/hosts/architect/plex.nix +++ b/hosts/architect/plex.nix @@ -11,6 +11,9 @@ with import ./network.nix; http2 = true; extraConfig = '' + allow 10.0.0.0/24; + allow 10.3.0.0/24; + deny all; #Some players don't reopen a socket and playback stops totally instead of resuming after an extended pause send_timeout 100m;