had to roll back kernel to 6.13
This commit is contained in:
parent
e844ff73a6
commit
931ae8d5a0
2 changed files with 4 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -90,11 +90,11 @@
|
||||||
"nixpkgs-stable": "nixpkgs-stable"
|
"nixpkgs-stable": "nixpkgs-stable"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747215224,
|
"lastModified": 1747242425,
|
||||||
"narHash": "sha256-WKcDe10f+2ocPIugu9saNmXQ+J1CXqC9SrbUSQ56cNU=",
|
"narHash": "sha256-9Msv0xSHBlIyaP3FiWMpqLsfiGla5OhD5pjclY/o3+A=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "6317599f5c92ccb08af9e910d0707270b6c7b9ab",
|
"rev": "43d0e73d4a34f470045ac7c13dd45e1a7653f57b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -157,11 +157,10 @@
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_6_13;
|
||||||
kernelModules = [
|
kernelModules = [
|
||||||
"i2c-dev"
|
"i2c-dev"
|
||||||
"ddcci-backlight"
|
"ddcci-backlight"
|
||||||
# "amd_3d_vcache"
|
|
||||||
"uinput"
|
"uinput"
|
||||||
"hid-playstation"
|
"hid-playstation"
|
||||||
"amd_pstate=active"
|
"amd_pstate=active"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue