diff options
author | makefu <github@syntax-fehler.de> | 2022-09-23 23:43:58 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-09-23 23:43:58 +0200 |
commit | 68db37f6c413530f35589d1da2ea758ac274d752 (patch) | |
tree | 0bc8f6972e9a38707789ac5f27bda2bb962d07dd /makefu/2configs/home/music.nix | |
parent | 3e8f855f60dfa5bf56ab3a1d1a54e0accccbd618 (diff) |
ma home: add 3dprint, update jellyfin and music
Diffstat (limited to 'makefu/2configs/home/music.nix')
-rw-r--r-- | makefu/2configs/home/music.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/makefu/2configs/home/music.nix b/makefu/2configs/home/music.nix index 7f5a425d2..7dd8ca6e1 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 ]; } |