raspberrypi/4: fix many option rendering

This commit is contained in:
Sandro Jäckel 2025-10-08 15:42:59 +02:00
parent 3441b5242a
commit eb9e8e10ac
No known key found for this signature in database
GPG key ID: 236B6291555E8401
14 changed files with 74 additions and 75 deletions

View file

@ -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";
};
};