mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
chore: format repo using treefmt-nix and nixfmt-rfc-style
This commit is contained in:
@@ -25,7 +25,11 @@ in
|
||||
https://www.kernel.org/doc/Documentation/usb/gadget-testing.txt
|
||||
'';
|
||||
dr_mode = lib.mkOption {
|
||||
type = lib.types.enum [ "host" "peripheral" "otg" ];
|
||||
type = lib.types.enum [
|
||||
"host"
|
||||
"peripheral"
|
||||
"otg"
|
||||
];
|
||||
default = "otg";
|
||||
description = ''
|
||||
Dual role mode setting for the dwc2 USB controller driver.
|
||||
|
||||
Reference in New Issue
Block a user