add more settings to security-tools

This commit is contained in:
Sean Buckley 2021-03-28 02:48:01 -04:00
parent 7acf85cd86
commit 29dca3ae70

View file

@ -17,6 +17,8 @@
thc-hydra
metasploit
(callPackage ../pkgs/binary-ninja-personal { })
(writeShellScriptBin "searchsploit" ''
set -e
(
@ -36,4 +38,9 @@
wireshark.enable = true;
wireshark.package = pkgs.wireshark;
};
users.users.sandy = {
isNormalUser = true;
isSystemUser = true;
};
}