Add whosthere

This commit is contained in:
Alexander Wainwright 2026-03-31 19:26:54 +10:00
parent 4a12606f4e
commit 00511b17a9

View file

@ -1,5 +1,11 @@
{ config, pkgs, inputs, ... }: { config, pkgs, inputs, ... }:
let
unstable = import inputs.nixpkgs-unstable {
system = pkgs.stdenv.hostPlatform.system;
config.allowUnfree = true;
};
in
{ {
home.username = "alex"; home.username = "alex";
home.homeDirectory = "/home/alex"; home.homeDirectory = "/home/alex";
@ -54,6 +60,7 @@
# networking tools # networking tools
dig dig
unstable.whosthere
# iperf3 # iperf3
# dnsutils # `dig` + `nslookup` # dnsutils # `dig` + `nslookup`
# ldns # replacement of `dig`, it provide the command `drill` # ldns # replacement of `dig`, it provide the command `drill`