diff --git a/hosts/pancake/default.nix b/hosts/pancake/default.nix index 1871df6..e6d4415 100644 --- a/hosts/pancake/default.nix +++ b/hosts/pancake/default.nix @@ -66,5 +66,5 @@ users.users.yt.initialHashedPassword = ""; # remove this after https://github.com/NixOS/nixpkgs/pull/375165 lands on unstable - # boot.kernelPackages = lib.mkForce inputs.nixpkgs-rpi.legacyPackages.aarch64-linux.linuxKernel.packages.linux_rpi3; + boot.kernelPackages = lib.mkForce inputs.nixpkgs-rpi.legacyPackages.aarch64-linux.linuxKernel.packages.linux_rpi3; }