Nix configurations for my homelab
2
fork

Configure Feed

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

Make deleting files the default in qBittorrent

yemou fdb7456d c7b306f3

+10 -7
+6 -6
flake.lock
··· 268 268 }, 269 269 "nixpkgs-unstable": { 270 270 "locked": { 271 - "lastModified": 1764950072, 272 - "narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", 271 + "lastModified": 1765186076, 272 + "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=", 273 273 "owner": "NixOS", 274 274 "repo": "nixpkgs", 275 - "rev": "f61125a668a320878494449750330ca58b78c557", 275 + "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8", 276 276 "type": "github" 277 277 }, 278 278 "original": { ··· 338 338 "rust-overlay": "rust-overlay" 339 339 }, 340 340 "locked": { 341 - "lastModified": 1765224616, 342 - "narHash": "sha256-WVI3IhZReUjvkzDYzf1Doma220Fn4OR5YVMbGxRYZnU=", 341 + "lastModified": 1765328829, 342 + "narHash": "sha256-blvZUBQn5AOzppkHmgLCRP3iZVFReCbTJ5fEQTlXm+E=", 343 343 "owner": "roc-lang", 344 344 "repo": "roc", 345 - "rev": "ea76b7b1ee2c2725e08c9763b143b42285e5cffd", 345 + "rev": "5d6c724dcaa7501bf553aee37568543ea226a248", 346 346 "type": "github" 347 347 }, 348 348 "original": {
+4 -1
modules/qbittorrent.nix
··· 94 94 }; 95 95 Network.PortForwardingEnabled = false; 96 96 Preferences = { 97 - General.StatusbarExternalIPDisplayed = true; 97 + General = { 98 + DeleteTorrentsFilesAsDefault = true; 99 + StatusbarExternalIPDisplayed = true; 100 + }; 98 101 WebUI = { 99 102 LocalHostAuth = false; 100 103 AuthSubnetWhitelistEnabled = true;