mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/dev: add Wireshark
This commit is contained in:
parent
4b0dc93aba
commit
7edaec8b60
@ -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" ];
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user