diff --git a/nixos/fuchsia/hardware-configuration.nix b/nixos/fuchsia/hardware-configuration.nix index 99bfb93..a7f7b76 100644 --- a/nixos/fuchsia/hardware-configuration.nix +++ b/nixos/fuchsia/hardware-configuration.nix @@ -20,7 +20,7 @@ }; # Linux kernel used by NixOS. - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.unstable.linuxPackages; # Parameters added to the kernel command line. kernelParams = [ # Enable amdgpu driver sysfs API that allows fine grain control of GPU @@ -37,7 +37,7 @@ }; systemd-boot = { enable = true; - configurationLimit = 3; + configurationLimit = 20; }; }; };