Skip to content

Commit

Permalink
Merge pull request #89 from redyf/dev
Browse files Browse the repository at this point in the history
feat: enable kernelPackage for rpi5
  • Loading branch information
redyf authored Jul 7, 2024
2 parents a73fb77 + 18ec4fc commit c02005c
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 c02005c

Please sign in to comment.