flake: re-add cachyos-kernel
This commit is contained in:
@@ -27,6 +27,7 @@ in
|
||||
kernelParams = [
|
||||
"vfio-pci.ids=10de:2782,10de:22bc"
|
||||
"video=DP=-3:1024x768@85"
|
||||
"amdgpu.dcfeaturemask=2"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -23,7 +23,8 @@ in
|
||||
# Disabled temporarily due to HDMI bugs.
|
||||
#kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-bore-lto-x86_64-v3;
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_7_1;
|
||||
kernelPackages =
|
||||
inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-bore-lto-x86_64-v3;
|
||||
|
||||
extraModulePackages = [ config.boot.kernelPackages.kvmfr ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user