fix: put nmap back in the base image

This commit is contained in:
silver 2023-01-13 18:47:00 +00:00
parent f1a484eaff
commit a07bc6774c
2 changed files with 1 additions and 4 deletions

View file

@ -32,6 +32,6 @@
pkgs.ncdu_2
pkgs.htop
pkgs.nano
# pkgs.nmap
pkgs.nmap
];
}

View file

@ -9,7 +9,4 @@
../applications/firewall.nix
];
environment.systemPackages = [
pkgs.nmap
];
}