summary refs log tree commit diff
path: root/nixos/modules/services/misc/lidarr.nix
Commit message (Collapse)AuthorAge
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/lidarr: Add dataDir optionElis Hirwing2019-10-20
| | | | | This will bring this module to a state to be consistent with how the other forks (sonarr & radarr) works.
* nixos/lidarr: re-add home attributeDavid Wood2019-07-07
| | | | This was accidentally removed in a previous PR and broke things.
* nixos/lidarr: add user/group/openFirewall opts.David Wood2019-07-01
| | | | | | This commit adds new configuration options to the Lidarr module that allows configuration of the user and group that Lidarr runs as; and to open the firewall for the Lidarr port.
* nixos/lidarr: allow specifying packageDavid Wood2019-06-24
| | | | | This commit allows users of `services.lidarr` to specify the package that is used with `services.lidarr.package`.
* nixos/lidarr: replace deprecated usage of PermissionsStartOnlyAaron Andersen2019-04-13
| | | | see https://github.com/NixOS/nixpkgs/issues/53852
* lidarr: init at 0.3.1.471Elis Hirwing2018-09-29
Fork of sonarr (as radarr) but for music instead of series and movies.