commit f037bd9844bbf0e9724706de87741fbe480d8c9c
parent 9808e3894f6e4bca8c23a07e193aa5125cb3bb42
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 7 May 2022 13:47:02 +0200
parent 9808e3894f6e4bca8c23a07e193aa5125cb3bb42
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 7 May 2022 13:47:02 +0200
programs/cli/network-utilities: add macchanger/spoofmac
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/configurations/programs/cli/network-utilities.nix b/configurations/programs/cli/network-utilities.nix @@ -13,7 +13,10 @@ tcpdump ] ++ (if pkgs.stdenv.isDarwin then [ mtr - ] else []); + spoof-mac + ] else [ + macchanger + ]); programs.bash.shellAliases = lib.mkIf pkgs.stdenv.isDarwin { mtr = "sudo mtr";