summary refs log tree commit diff
path: root/nixos/modules/services/networking/sabnzbd.nix
Commit message (Collapse)AuthorAge
* nixos/sabnzbd: add package optionAlex Martens2021-11-19
|
* nixos/sabnzbd: add typesFritz Otlinghaus2021-01-31
|
* treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl2020-04-21
| | | | Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* Sane default configuration for sabnzbd moduleStephen Weinberg2015-05-05
| | | | | Added option to set user. Use unpriviledged user by default. Add sane default for configuration location.
* Change service to systemdBen Ford2014-09-22
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10