much testing, little advancement
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
...
|
||||
}: {
|
||||
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
|
||||
|
||||
boot = {
|
||||
initrd = {
|
||||
availableKernelModules = [
|
||||
@@ -23,9 +22,10 @@
|
||||
kernelModules = ["amdgpu"];
|
||||
};
|
||||
kernelModules = ["kvm-amd"];
|
||||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
|
||||
consoleLogLevel = 3;
|
||||
kernelParams = [
|
||||
"amd_pstate=active"
|
||||
"quiet"
|
||||
"splash"
|
||||
];
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
# Core
|
||||
scx
|
||||
fd
|
||||
git
|
||||
niv
|
||||
|
||||
Reference in New Issue
Block a user