nixos: services: servarr: remove redundant 'lib'
My personal style preference (currently) is to use `with lib` on option declarations, avoiding the `lib` prefix.
This commit is contained in:
parent
34c4f044a2
commit
6b6ca68dd3
5 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
{
|
||||
options.my.services.servarr.prowlarr = with lib; {
|
||||
enable = lib.mkEnableOption "Prowlarr" // {
|
||||
enable = mkEnableOption "Prowlarr" // {
|
||||
default = config.my.services.servarr.enableAll;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue