cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
This commit is contained in:
@@ -13,7 +13,7 @@ in {
|
||||
options = {
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = mkEnableOption "support for Bluetooth.";
|
||||
enable = mkEnableOption "support for Bluetooth";
|
||||
|
||||
powerOnBoot = mkOption {
|
||||
type = types.bool;
|
||||
|
||||
Reference in New Issue
Block a user