mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-27 05:19:43 +01:00
rpi4/poe-hat: improve enable option slightly
This commit is contained in:
parent
67a20962f3
commit
09ed30ff3b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ in {
|
||||||
options.hardware = {
|
options.hardware = {
|
||||||
raspberry-pi."4".poe-hat = {
|
raspberry-pi."4".poe-hat = {
|
||||||
enable = lib.mkEnableOption ''
|
enable = lib.mkEnableOption ''
|
||||||
Enable support for the Raspberry Pi POE Hat.
|
support for the Raspberry Pi POE Hat.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue