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