Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

qbittorrent: add ip whitelists to allow arr apps to work

+5
+5
modules/qbittorrent.nix
··· 117 117 + "v+lPW0NjT4PbgWomPFWA==)"; 118 118 ReverseProxySupportEnabled = true; 119 119 LocalHostAuth = false; 120 + AuthSubnetWhitelistEnabled = true; 121 + AuthSubnetWhitelist = lib.strings.join ", " [ 122 + "192.168.2.1/32" 123 + "fd6c:696c:6163::1/128" 124 + ]; 120 125 }; 121 126 }; 122 127 };