about summary refs log tree commit diff
path: root/nixos/modules/services/torrent/flexget.nix
Commit message (Collapse)AuthorAge
* 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
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* flexget: move out of python-packages.nixFrederik Rietdijk2016-12-31
| | | | because it is an application and not a library.
* fix eval (explicit is better than implicit)Domen Kožar2016-04-15
|
* flexget nixos module: run the service and specify configurationPeter Hoeg2016-04-13
This module adds support for defining a flexget service. Due to flexget insisting on being able to write all over where it finds its configuration file, we use a ExecStartPre hook to copy the generated configuration file into place under the user's home. It's fairly ugly and I'm very open to suggestions