mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-15 07:02:07 +01:00
treewide: remove 'with lib;'
This commit is contained in:
parent
cf54323dc7
commit
78ae241387
53 changed files with 245 additions and 245 deletions
|
|
@ -7,8 +7,8 @@ let
|
|||
port = 7878;
|
||||
in
|
||||
{
|
||||
options.my.services.radarr = with lib; {
|
||||
enable = mkEnableOption "Radarr for film management";
|
||||
options.my.services.radarr = {
|
||||
enable = lib.mkEnableOption "Radarr for film management";
|
||||
|
||||
apiKeyFile = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue