hosts/astatine: enable remote wireshark capture
This commit is contained in:
parent
70a663b633
commit
991b4d6bd1
@ -6,6 +6,7 @@
|
||||
./hardware-configuration.nix
|
||||
|
||||
./ppp.nix
|
||||
./programs.nix
|
||||
./users.nix
|
||||
];
|
||||
|
||||
|
9
hosts/astatine/programs.nix
Normal file
9
hosts/astatine/programs.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tcpdump # for remote wireshark
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user