nixos-config/machines/fuuko/services/torrent.nix

8 lines
122 B
Nix

{
sbruder.qbittorrent = {
enable = true;
downloadDir = "/data/torrent";
fqdn = "torrent.sbruder.de";
};
}