Skip to content

Commit

Permalink
Remove unnecessary packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Nov 28, 2023
1 parent f4d9b80 commit acfc891
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hardware/rp3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ in
nixpkgs.system = "aarch64-linux";

boot = {
initrd.kernelModules = [ "vc4" "bcm2835_dma" "i2c_bcm2835" ];
kernelModules = [ "bcm2835-v4l2" ];
loader = {
grub.enable = false;
Expand All @@ -28,7 +27,6 @@ in
hardware.enableRedistributableFirmware = true;

environment.systemPackages = with pkgs; [
libcamera
libraspberrypi
];

Expand Down

0 comments on commit acfc891

Please sign in to comment.