Simon Bruder
c0b743a65b
This is so I can only enable it when I don’t mind it generating tons of noise.
13 lines
229 B
Nix
13 lines
229 B
Nix
{
|
|
sbruder.qbittorrent = {
|
|
enable = true;
|
|
downloadDir = "/data/torrent";
|
|
fqdn = "torrent.sbruder.de";
|
|
};
|
|
|
|
services.nginx.virtualHosts."torrent.sbruder.de" = {
|
|
enableACME = false;
|
|
forceSSL = false;
|
|
};
|
|
}
|