diff options
| author | Fuwn <[email protected]> | 2024-09-17 15:15:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 15:15:48 -0700 |
| commit | 0181166b6f4cb64b56d51b8c42db8789f13bb190 (patch) | |
| tree | 82a00fa09c1033559e6eecc8cf69f25e4e952ab6 | |
| parent | lock: tsutsumi (diff) | |
| download | nixos-config-0181166b6f4cb64b56d51b8c42db8789f13bb190.tar.xz nixos-config-0181166b6f4cb64b56d51b8c42db8789f13bb190.zip | |
networking: add bore
| -rw-r--r-- | home/ebisu/fortune/networking/tools/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/ebisu/fortune/networking/tools/default.nix b/home/ebisu/fortune/networking/tools/default.nix index 3a3045f..7550ea8 100644 --- a/home/ebisu/fortune/networking/tools/default.nix +++ b/home/ebisu/fortune/networking/tools/default.nix @@ -23,5 +23,6 @@ bandwhich rustscan arp-scan + bore-cli ]; } |