rm ida-free and pin kernel to 6.14

This commit is contained in:
cy 2025-05-30 13:56:07 -04:00
parent 842f67c75e
commit 06f9548c86
2 changed files with 1 additions and 2 deletions

View file

@ -87,7 +87,6 @@
# reversing # reversing
radare2 radare2
ida-free
jadx jadx
frida-tools frida-tools
mitmproxy mitmproxy

View file

@ -44,7 +44,7 @@
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_6_14;
extraModulePackages = with config.boot.kernelPackages; [ extraModulePackages = with config.boot.kernelPackages; [
rtl8821ce rtl8821ce
]; ];