remove mentionUser default

This commit is contained in:
Aubrey 2025-01-30 18:06:50 -06:00
parent f9d800be37
commit 368aca81f6
No known key found for this signature in database

View file

@ -69,7 +69,6 @@
}; };
mentionUser = lib.mkOption { mentionUser = lib.mkOption {
type = lib.types.bool; type = lib.types.bool;
default = true;
}; };
}; };
}; };