aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix
index 26805e1..d88618d 100644
--- a/nixos/modules/generic.nix
+++ b/nixos/modules/generic.nix
@@ -82,7 +82,6 @@ in {
unzip
# Network
- nmap
netcat
traceroute
iftop
@@ -95,6 +94,7 @@ in {
lm_sensors
]
++ optionals (system == "x86_64-linux") [
+ nmap
ltrace
]
++ optionals (!isNative) [