nixos/auditd: fix mkEnableOption description

This commit is contained in:
TheRealGramdalf
2026-07-22 10:36:47 -07:00
parent 42586aaeb2
commit f993ce2ffd

View File

@@ -18,7 +18,7 @@ let
pluginOptions = lib.types.submodule {
options = {
active = lib.mkEnableOption "Whether to enable this plugin";
active = lib.mkEnableOption "this plugin";
direction = lib.mkOption {
type = lib.types.enum [
"in"