Trying something else
This commit is contained in:
10
modules/packages/security.nix
Normal file
10
modules/packages/security.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
nmap
|
||||
nikto
|
||||
john
|
||||
rustscan
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user