profiles/dev: add Wireshark

This commit is contained in:
Gabriel Arazas 2023-02-11 09:01:31 +08:00
parent 4b0dc93aba
commit 7edaec8b60
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,7 @@ in
"docker"
"podman"
"networkmanager"
"wireshark"
];
hashedPassword =
"$6$.cMYto0K0CHbpIMT$dRqyKs4q1ppzmTpdzy5FWP/V832a6X..FwM8CJ30ivK0nfLjQ7DubctxOZbeOtygfjcUd1PZ0nQoQpOg/WMvg.";
@ -82,6 +83,8 @@ in
"riscv64-linux"
];
programs.wireshark.package = pkgs.wireshark;
boot.initrd.supportedFilesystems = [ "btrfs" ];
boot.supportedFilesystems = [ "btrfs" ];

View File

@ -61,6 +61,9 @@ in {
# Instrumentate your instrument.
programs.systemtap.enable = true;
# Search around sharks for wires.
programs.wireshark.enable = true;
# Profile your whole system.
services.sysprof.enable = true;