mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
add more settings to security-tools
This commit is contained in:
parent
7acf85cd86
commit
29dca3ae70
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
thc-hydra
|
thc-hydra
|
||||||
metasploit
|
metasploit
|
||||||
|
|
||||||
|
(callPackage ../pkgs/binary-ninja-personal { })
|
||||||
|
|
||||||
(writeShellScriptBin "searchsploit" ''
|
(writeShellScriptBin "searchsploit" ''
|
||||||
set -e
|
set -e
|
||||||
(
|
(
|
||||||
|
@ -36,4 +38,9 @@
|
||||||
wireshark.enable = true;
|
wireshark.enable = true;
|
||||||
wireshark.package = pkgs.wireshark;
|
wireshark.package = pkgs.wireshark;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.sandy = {
|
||||||
|
isNormalUser = true;
|
||||||
|
isSystemUser = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue