Merge pull request #54 from cnsta/cachypanic

switching to linux_latest, cachyos panic -.-
This commit is contained in:
cnsta
2024-09-15 01:11:53 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

8
flake.lock generated
View File

@@ -730,11 +730,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1726246604, "lastModified": 1726353438,
"narHash": "sha256-cScS34F71HzhIUeMScfKrT7iSZA0tr8pGIjOqHF+ue8=", "narHash": "sha256-DLSpQXNt6LLkhREYrnhU+/XrfDNiSN41iD575ua9+yA=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "d35e70a8c6599bb058cf86eb87c783ce1cf72471", "rev": "e74efd87e5aa38f9cf84cb3848ee1ab26e5e4bcb",
"revCount": 5218, "revCount": 5221,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"

View File

@@ -38,7 +38,7 @@ in {
boot = { boot = {
consoleLogLevel = 3; consoleLogLevel = 3;
kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos; kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
kernelParams = [ kernelParams = [
"amd_pstate=active" "amd_pstate=active"
"quiet" "quiet"

View File

@@ -41,7 +41,7 @@ in {
"i2c_nvidia_gpu" "i2c_nvidia_gpu"
]; ];
consoleLogLevel = 3; consoleLogLevel = 3;
kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos; kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
kernelParams = [ kernelParams = [
"quiet" "quiet"
"splash" "splash"