From b6210b258eb18939da4f7750a1121e8dfcfa2398 Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 15 Sep 2024 01:11:02 +0200 Subject: [PATCH] switching to linux_latest, cachyos panic -.- --- flake.lock | 8 ++++---- hosts/cnix/default.nix | 2 +- hosts/toothpc/default.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index b939c395..39fe8a3a 100644 --- a/flake.lock +++ b/flake.lock @@ -730,11 +730,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1726246604, - "narHash": "sha256-cScS34F71HzhIUeMScfKrT7iSZA0tr8pGIjOqHF+ue8=", + "lastModified": 1726353438, + "narHash": "sha256-DLSpQXNt6LLkhREYrnhU+/XrfDNiSN41iD575ua9+yA=", "ref": "refs/heads/main", - "rev": "d35e70a8c6599bb058cf86eb87c783ce1cf72471", - "revCount": 5218, + "rev": "e74efd87e5aa38f9cf84cb3848ee1ab26e5e4bcb", + "revCount": 5221, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" diff --git a/hosts/cnix/default.nix b/hosts/cnix/default.nix index f39021ef..4132809d 100644 --- a/hosts/cnix/default.nix +++ b/hosts/cnix/default.nix @@ -38,7 +38,7 @@ in { boot = { consoleLogLevel = 3; - kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos; + kernelPackages = lib.mkForce pkgs.linuxPackages_latest; kernelParams = [ "amd_pstate=active" "quiet" diff --git a/hosts/toothpc/default.nix b/hosts/toothpc/default.nix index 79e5f8e7..5723d45d 100644 --- a/hosts/toothpc/default.nix +++ b/hosts/toothpc/default.nix @@ -41,7 +41,7 @@ in { "i2c_nvidia_gpu" ]; consoleLogLevel = 3; - kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos; + kernelPackages = lib.mkForce pkgs.linuxPackages_latest; kernelParams = [ "quiet" "splash"