diff --git a/profiles/rpi4.nix b/profiles/rpi4.nix old mode 100644 new mode 100755 index 3cdeb28..e3e97dc --- a/profiles/rpi4.nix +++ b/profiles/rpi4.nix @@ -28,5 +28,6 @@ environment.systemPackages = with pkgs; [ raspberrypifw + usbutils ]; }