mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
new hardware
This commit is contained in:
parent
f2d0ecbe64
commit
666eac0e37
3 changed files with 28 additions and 12 deletions
11
hosts/common/optional/qbit.nix
Normal file
11
hosts/common/optional/qbit.nix
Normal 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
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue