From 68db37f6c413530f35589d1da2ea758ac274d752 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 23 Sep 2022 23:43:58 +0200 Subject: ma home: add 3dprint, update jellyfin and music --- makefu/2configs/home/music.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'makefu/2configs/home/music.nix') diff --git a/makefu/2configs/home/music.nix b/makefu/2configs/home/music.nix index 7f5a425d..7dd8ca6e 100644 --- a/makefu/2configs/home/music.nix +++ b/makefu/2configs/home/music.nix @@ -22,10 +22,6 @@ in locations."/".proxyPass = "http://localhost:${toString port}"; locations."/".proxyWebsockets = true; - extraConfig = '' - if ( $server_addr != "${internal-ip}" ) { - return 403; - } - ''; }; + networking.firewall.allowedTCPPorts = [ port ]; } -- cgit v1.2.3