diff --git a/raspberry-pi/4/poe-hat.nix b/raspberry-pi/4/poe-hat.nix index a7ef673..ea19129 100644 --- a/raspberry-pi/4/poe-hat.nix +++ b/raspberry-pi/4/poe-hat.nix @@ -6,7 +6,7 @@ in { options.hardware = { raspberry-pi."4".poe-hat = { enable = lib.mkEnableOption '' - Enable support for the Raspberry Pi POE Hat. + support for the Raspberry Pi POE Hat. ''; }; };