new hardware

This commit is contained in:
FabricSoul 2025-06-10 15:23:53 -04:00
parent f2d0ecbe64
commit 666eac0e37
3 changed files with 28 additions and 12 deletions

View file

@ -0,0 +1,11 @@
{...}: {
# Enable qBittorrent daemon
services.qbittorrent = {
enable = true;
dataDir = "/var/lib/qbittorrent";
user = "qbittorrent";
group = "qbittorrent";
port = 8080; # WebUI port
openFirewall = true; # Opens the WebUI port in firewall
};
}