From 07dcc7fbed1bfee3fcbdb054e7bfcfd60caa21b8 Mon Sep 17 00:00:00 2001 From: Morgan Helton Date: Sat, 3 Feb 2024 21:57:17 -0600 Subject: [PATCH] use the correct poe-plus-hat option --- hosts/gaia/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gaia/default.nix b/hosts/gaia/default.nix index 6ba2c21..c635355 100644 --- a/hosts/gaia/default.nix +++ b/hosts/gaia/default.nix @@ -10,7 +10,7 @@ with lib; sdImage.compressImage = false; hardware.raspberry-pi."4" = { - poe-hat.enable = true; + poe-plus-hat.enable = true; }; users.mutableUsers = false;