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
|
# reversing
|
||||||
radare2
|
radare2
|
||||||
ida-free
|
|
||||||
jadx
|
jadx
|
||||||
frida-tools
|
frida-tools
|
||||||
mitmproxy
|
mitmproxy
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue