mkEnableOption prefixes with "Whether to enable" anyway

This commit is contained in:
Alex Tau 2025-04-28 18:18:10 +03:00
parent cda20a654f
commit 4d9724080e

View file

@ -7,7 +7,7 @@ package:
{ {
options.services.lego-monitoring = { options.services.lego-monitoring = {
enable = lib.mkEnableOption "Enable lego-monitoring service." enable = lib.mkEnableOption "lego-monitoring service."
}; };
config = {}; config = {};