about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-02-26 03:19:22 +0100
committerProfpatsch <mail@profpatsch.de>2016-02-26 03:19:22 +0100
commit21b1c09bc378447892c9598f7358b1b6031b9f3d (patch)
tree1665114f9279490b9ecd24cf3ccefc5734c1b526
parent4b435f20075d73cfcea7c7a9c2ebebb86015c818 (diff)
machines/katara: nmap with gui
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 73f0430c..f949a390 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -89,8 +89,8 @@ in {
         manpages          # system manpages (not included by default)
         mkpasswd          # UNIX password creator
         mosh              # ssh with stable connections
-        nmap              # stats about clients in the network
         silver-searcher   # file content searcher, > ack > grep
+        (nmap.override { graphicalSupport = true; }) # stats about clients in the network
         stow              # dotfile management
         tmux              # detachable terminal multiplexer
         traceroute        # trace ip routes