about summary refs log tree commit diff
path: root/nixos/modules/services/torrent
Commit message (Collapse)AuthorAge
* transmission: add libstdc++ and libgcc_s permissions to apparmor profileDavid Izquierdo2020-06-10
|
* Merge pull request #83287 from iv-nn/add-rtorrent-serviceAaron Andersen2020-05-24
|\ | | | | nixos/rtorrent: add service
| * nixos/rtorrent: add serviceivann2020-05-24
| |
* | Merge pull request #81104 from bb2020/transmissionLassulus2020-05-22
|\ \ | | | | | | nixos/transmission: fix startup directory creation
| * | nixos/transmission: fix startup directory creationbb20202020-03-01
| |/
* | nixos/deluge: remove p7zip from extraPackages defaultsMilan Pässler2020-05-03
| |
* | nixos/deluge: support 2.xMilan Pässler2020-04-18
|/
* nixos/transmission: Allow others to read the directorySilvan Mosberger2020-02-24
| | | | | | Directory mode 755 is standard for running services. Without this, downloadDirPermissions doesn't have any use since other users can't even look inside the main transmission directory
* nixos/transmission: Fix module codeJacek Galowicz2020-01-14
|
* nixos/transmission: fix from where service loads configJakub Sokołowski2019-12-31
| | | | | | | | | | | | | | | Currently if you specify home to be someplace else than ~/ for user then Transmissions always attempts to load the config from the default location which is $HOME/.config/transmission-daemon based on documentation: https://github.com/transmission/transmission/wiki/Configuration-Files Which means that the changes done to the config under settingsDir in ExecPreStart have no effect because they are modifying a file that is never loaded. I've added an explicit --config-dir ${settingsDir} to make sure that Transmission loads the correct config file even when home is changed. Signed-off-by: Jakub Sokołowski <jakub@status.im>
* nixos/transmission: don't use types.strworldofpeace2019-12-09
|
* transmission: Configurable download directory permissionsDavíð Steinn Geirsson2019-12-08
| | | | | | | | | Allow the user to specify the permissions to apply to download folders used by transmission. This is useful e.g. when they are stored on a network share and accessed by other users. This commit also makes the home and config directories 700, as there is should be no need for wider permissions there.
* nixos: add myself to maintainersrnhmjoj2019-12-04
|
* nixos/magnetico: order after network.targetrnhmjoj2019-11-16
|
* nixos/magnetico: fixesrnhmjoj2019-11-16
|
* treewide: Switch to system usersJanne Heß2019-10-12
|
* deluge service: fix my bad conflict resolution from f21211ebfVladimír Čunát2019-09-08
| | | | I'm sorry. Thanks to aszlig.
* Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\
| * nixos: remove dependencies on local-fs.targetFlorian Klink2019-09-01
| | | | | | | | | | | | | | Since https://github.com/NixOS/nixpkgs/pull/61321, local-fs.target is part of sysinit.target again, meaning units without DefaultDependencies=no will automatically depend on it, and the manual set dependencies can be dropped.
| * nixos/deluge: fix directory creation errorsAaron Andersen2019-09-01
| |
| * nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-31
| | | | | | | | | | | | And replace them with a more appropriate type Also fix up some minor module problems along the way
* | Merge staging-next into stagingFrederik Rietdijk2019-08-31
|\|
| * Merge pull request #64738 from rnhmjoj/magneticoSilvan Mosberger2019-08-28
| |\ | | | | | | magnetico: init package and service
| | * nixos/magnetico: init servicernhmjoj2019-08-28
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2019-08-28
|\| |
| * | nixos/transmission: make user configurableJos van Bakel2019-08-25
| |/
* / treewide: remove redundant quotesvolth2019-08-26
|/
* nixos/deluge: Add extractor dependencies.David Wood2019-07-02
| | | | | This commit adds the "Extractor" plugin dependencies to the PATH of the `deluged` service.
* nixos/deluge: user, group and web firewall opts.David Wood2019-07-02
| | | | | | | | | 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.
* nixos/deluge: add authFile, config & port optionsBrice Waegeneire2019-06-04
|
* nixos/peerflix: replace deprecated usage of PermissionsStartOnlyAaron Andersen2019-04-13
| | | | see https://github.com/NixOS/nixpkgs/issues/53852
* nixos/transmission: Bug fix Appamor Transmission startup errors (#54873)forficate2019-01-31
|
* nixos/transmission: fix AppArmor profile to include keyutilsRicardo M. Correia2018-08-31
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* [bot]: remove unreferenced codevolth2018-07-20
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* Merge pull request #33679 from flokli/deluge-moduleMatthew Justin Bauer2018-04-25
|\ | | | | Deluge: use mkEnableOption, add test
| * deluge: use mkEnableOptionFlorian Klink2018-04-13
| |
* | nixos/transmission: fix AppArmor profile to include libkrb5Ricardo M. Correia2018-04-13
|/
* nixos/transmission: Refactor out explicit listing of managed directoriesCorey O'Connor2018-04-05
|
* nixos/transmission: refactor preStart into scriptCorey O'Connor2018-04-05
|
* transmission: settings doc location changednyanloutre2018-04-03
|
* nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy2018-03-01
|
* nixos/transmission: make it possible to use a different home directory (#29138)Ruben Maher2017-09-09
|
* nixos/deluge: Fix last wrong package attributeaszlig2017-09-02
| | | | | | | | | | | I missed this in 799435b7cab97a39893a104999b3bc589e1172b1. This time I used "git grep -F pythonPackages.deluge" just to be sure :-) Thanks a lot to @roconnor for spotting this. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: @roconnor
* nixos/deluge: Fix deluge package attributeaszlig2017-09-01
| | | | | | | | | | Regression introduced by fa5e34324204fc626d9b644a37982bcedec9e4bc. The deluge package no longer resides in pythonPackages but now is a top-level package. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @grantwwu, @fpletz
* treewide: use boolToString functionFranz Pletz2017-04-11
|
* nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* flexget: move out of python-packages.nixFrederik Rietdijk2016-12-31
| | | | because it is an application and not a library.
* nixos/modules: use defaultText where applicableJoachim Fasting2016-11-21
| | | | | | Primarily to fix rendering of these default values in the manual but it's also nice to avoid having to eval these things just to build the manual.