Workaround for transmission

This commit is contained in:
Andrea Ciceri 2024-01-10 01:31:49 +01:00
parent 328c0d5cef
commit ac2899045c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -3,6 +3,8 @@
enable = true; enable = true;
openRPCPort = true; openRPCPort = true;
openPeerPorts = true; openPeerPorts = true;
# FIXME remove after https://github.com/NixOS/nixpkgs/issues/279049
webHome = "${config.services.transmission.package}/share/transmission/web";
settings = { settings = {
download-dir = "/mnt/hd/torrent"; download-dir = "/mnt/hd/torrent";
incomplete-dir = "/mnt/hd/torrent/.incomplete"; incomplete-dir = "/mnt/hd/torrent/.incomplete";