From 931ae8d5a0fc91ce42fcbd003eee981d4e4e168a Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Wed, 14 May 2025 13:21:30 -0400 Subject: [PATCH] had to roll back kernel to 6.13 --- flake.lock | 6 +++--- hosts/eddie/configuration.nix | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index af9f8ff..a32f3ec 100644 --- a/flake.lock +++ b/flake.lock @@ -90,11 +90,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1747215224, - "narHash": "sha256-WKcDe10f+2ocPIugu9saNmXQ+J1CXqC9SrbUSQ56cNU=", + "lastModified": 1747242425, + "narHash": "sha256-9Msv0xSHBlIyaP3FiWMpqLsfiGla5OhD5pjclY/o3+A=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "6317599f5c92ccb08af9e910d0707270b6c7b9ab", + "rev": "43d0e73d4a34f470045ac7c13dd45e1a7653f57b", "type": "github" }, "original": { diff --git a/hosts/eddie/configuration.nix b/hosts/eddie/configuration.nix index dac0a4f..0fef21d 100644 --- a/hosts/eddie/configuration.nix +++ b/hosts/eddie/configuration.nix @@ -157,11 +157,10 @@ }; efi.canTouchEfiVariables = true; }; - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_6_13; kernelModules = [ "i2c-dev" "ddcci-backlight" - # "amd_3d_vcache" "uinput" "hid-playstation" "amd_pstate=active"