rm ida-free and pin kernel to 6.14
This commit is contained in:
parent
842f67c75e
commit
06f9548c86
2 changed files with 1 additions and 2 deletions
|
@ -87,7 +87,6 @@
|
|||
|
||||
# reversing
|
||||
radare2
|
||||
ida-free
|
||||
jadx
|
||||
frida-tools
|
||||
mitmproxy
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue