Skip to content

Commit

Permalink
feat: enable kernelPackage for rpi5
Browse files Browse the repository at this point in the history
  • Loading branch information
redyf committed Jul 7, 2024
1 parent 712a511 commit 7d92a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/selene/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
boot.initrd.availableKernelModules = ["usb_storage"];
boot.initrd.kernelModules = [];
boot.kernelModules = [];
# boot.kernelPackages = (import (builtins.fetchTarball https://gitlab.com/vriska/nix-rpi5/-/archive/main.tar.gz)).legacyPackages.aarch64-linux.linuxPackages_rpi5;
boot.kernelPackages = (import (builtins.fetchTarball https://gitlab.com/vriska/nix-rpi5/-/archive/main.tar.gz)).legacyPackages.aarch64-linux.linuxPackages_rpi5;
boot.extraModulePackages = [];

fileSystems."/" = {
Expand Down

0 comments on commit 7d92a08

Please sign in to comment.