mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
nixos/invidious-router: remove redundant "Enables" in description
This commit is contained in:
parent
e12faccb31
commit
37afbbb602
@ -11,7 +11,7 @@ in {
|
||||
meta.maintainers = [lib.maintainers.sils];
|
||||
|
||||
options.services.invidious-router = {
|
||||
enable = lib.mkEnableOption "Enables the invidious-router service";
|
||||
enable = lib.mkEnableOption "the invidious-router service";
|
||||
port = lib.mkOption {
|
||||
type = lib.types.port;
|
||||
default = 8050;
|
||||
|
Loading…
Reference in New Issue
Block a user