nixos/invidious-router: remove redundant "Enables" in description

This commit is contained in:
Silas Schöffel 2024-06-02 13:27:22 +02:00
parent e12faccb31
commit 37afbbb602
No known key found for this signature in database
GPG Key ID: 6A587D46E3F44592

View File

@ -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;