Files
nix-config/modules/fh/scanning.nix
2024-03-29 19:27:33 +01:00

10 lines
137 B
Nix

{ pkgs, ...} :
{
environment.systemPackages = with pkgs; [
nmap
gobuster
thc-hydra
seclists
];
}