10 lines
179 B
Nix
10 lines
179 B
Nix
{
|
|
jalr.qbittorrent = {
|
|
enable = true;
|
|
downloadDir = "/sturzbach";
|
|
fqdn = "sturzbach.jalr.de";
|
|
};
|
|
networking.firewall = {
|
|
allowedTCPPorts = [ 59832 ];
|
|
};
|
|
}
|