From 06f9548c86d5a97c65815106b95b35ea6ec8c19e Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 30 May 2025 13:56:07 -0400 Subject: [PATCH] rm ida-free and pin kernel to 6.14 --- home/yt/ytnix.nix | 1 - hosts/ytnix/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index b81e3e3..db3dfb2 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -87,7 +87,6 @@ # reversing radare2 - ida-free jadx frida-tools mitmproxy diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index f5ff1bc..763c51e 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -44,7 +44,7 @@ efi.canTouchEfiVariables = true; }; tmp.cleanOnBoot = true; - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_6_14; extraModulePackages = with config.boot.kernelPackages; [ rtl8821ce ];