Update nixos-frameowkr to test the real-time kernel
This commit is contained in:
parent
406e2672cd
commit
078d82aa1d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelParams = [ "boot.shell_on_fail" ];
|
||||
# boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages-rt_latest;
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||
|
|
Loading…
Reference in a new issue