summary refs log tree commit diff
path: root/nixos/tests/deluge.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-06-11nixos/tests: fix type mismatch in wait_for_open_portrnhmjoj1-1/+1
Fix some fallout from de3e423 (PR #171280).
2021-11-05deluge: fix test (#144718)Simon Bruder1-22/+11
In 780135ad5ce54a6b3e7dfb35e3b596757e2ea6f8 the nodes for testing Deluge 1.x were removed, but the test script still referred to it. This removes the references in the test script and also renames the nodes to drop the 2 suffix.
2021-08-19deluge-1_x: Remove older version of Deluge (#134448)Jean-Paul Calderone1-35/+0
Deluge 1.x requires Python 2 which upstream has end-of-lifed. Deluge depends on pythonPackages.twisted, Python 2 support for which upstream has nowdropped. If pythonPackages.twisted is upgraded then Deluge 1.x breaks. So, remove it instead of leaving it broken. Deluge 2.x (deluge-2_x) is available and continues to work.
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-04-18nixos/deluge: support 2.xMilan Pässler1-33/+76
2019-11-22nixos/deluge: port test to pythonJan Hrnko1-12/+14
2019-07-02nixos/deluge: user, group and web firewall opts.David Wood1-2/+4
This commit adds new options to the Deluge service: - Allow configuration of the user/group which runs the deluged daemon. - Allow configuration of the user/group which runs the deluge web daemon. - Allow opening firewall for the deluge web daemon.
2019-06-04nixos/deluge: add authFile, config & port optionsBrice Waegeneire1-9/+40
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-04-13deluge: add testFlorian Klink1-0/+29