Nix configurations for my homelab
0

Configure Feed

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

Remove txt files from qbittorrent blacklist

+1 -4
+1 -4
modules/qbittorrent.nix
··· 85 85 ExcludedFileNamesEnabled = true; 86 86 Session = { 87 87 DefaultSavePath = "/torrents"; 88 - ExcludedFileNames = lib.strings.join ", " [ 89 - "*.exe" 90 - "*.txt" 91 - ]; 88 + ExcludedFileNames = lib.strings.join ", " [ "*.exe" ]; 92 89 Interface = "vpn"; 93 90 InterfaceName = "vpn"; 94 91 TorrentContentLayout = "Subfolder";