From 69c592d603a2a81ce8ea50c2f611c0da85982f97 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sun, 14 Apr 2024 23:51:26 +0100 Subject: [PATCH] use mainline kernel for glasgow see https://github.com/NixOS/nixpkgs/issues/123725 --- nix/glasgow/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/glasgow/configuration.nix b/nix/glasgow/configuration.nix index 86d8680..2046176 100644 --- a/nix/glasgow/configuration.nix +++ b/nix/glasgow/configuration.nix @@ -15,7 +15,7 @@ boot = { supportedFilesystems = ["nfs"]; - kernelPackages = pkgs.linuxPackages_rpi4; + kernelPackages = pkgs.linuxPackages; kernelParams = ["cgroup_enable=memory" "cgroup_enable=cpuset" "cgroup_memory=1"]; loader = { grub.enable = false;