Nix configurations for my homelab

Make deleting files the default in qBittorrent

yemou.pink fdb7456d c7b306f3

verified
Changed files
+10 -7
modules
+6 -6
flake.lock
···
},
"nixpkgs-unstable": {
"locked": {
-
"lastModified": 1764950072,
-
"narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=",
+
"lastModified": 1765186076,
+
"narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
"owner": "NixOS",
"repo": "nixpkgs",
-
"rev": "f61125a668a320878494449750330ca58b78c557",
+
"rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
"type": "github"
},
"original": {
···
"rust-overlay": "rust-overlay"
},
"locked": {
-
"lastModified": 1765224616,
-
"narHash": "sha256-WVI3IhZReUjvkzDYzf1Doma220Fn4OR5YVMbGxRYZnU=",
+
"lastModified": 1765328829,
+
"narHash": "sha256-blvZUBQn5AOzppkHmgLCRP3iZVFReCbTJ5fEQTlXm+E=",
"owner": "roc-lang",
"repo": "roc",
-
"rev": "ea76b7b1ee2c2725e08c9763b143b42285e5cffd",
+
"rev": "5d6c724dcaa7501bf553aee37568543ea226a248",
"type": "github"
},
"original": {
+4 -1
modules/qbittorrent.nix
···
};
Network.PortForwardingEnabled = false;
Preferences = {
-
General.StatusbarExternalIPDisplayed = true;
+
General = {
+
DeleteTorrentsFilesAsDefault = true;
+
StatusbarExternalIPDisplayed = true;
+
};
WebUI = {
LocalHostAuth = false;
AuthSubnetWhitelistEnabled = true;