mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 18:08:38 +08:00
raspberrypi/4: fix many option rendering
This commit is contained in:
@@ -6,9 +6,7 @@ in
|
||||
{
|
||||
options.hardware = {
|
||||
raspberry-pi."4".poe-plus-hat = {
|
||||
enable = lib.mkEnableOption ''
|
||||
support for the Raspberry Pi PoE+ HAT.
|
||||
'';
|
||||
enable = lib.mkEnableOption "support for the Raspberry Pi PoE+ HAT";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user