fix: put nmap back in the base image
This commit is contained in:
parent
f1a484eaff
commit
a07bc6774c
2 changed files with 1 additions and 4 deletions
|
@ -32,6 +32,6 @@
|
|||
pkgs.ncdu_2
|
||||
pkgs.htop
|
||||
pkgs.nano
|
||||
# pkgs.nmap
|
||||
pkgs.nmap
|
||||
];
|
||||
}
|
||||
|
|
|
@ -9,7 +9,4 @@
|
|||
../applications/firewall.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.nmap
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue