mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
profiles/dev: add Wireshark
This commit is contained in:
parent
4b0dc93aba
commit
7edaec8b60
@ -27,6 +27,7 @@ in
|
|||||||
"docker"
|
"docker"
|
||||||
"podman"
|
"podman"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
|
"wireshark"
|
||||||
];
|
];
|
||||||
hashedPassword =
|
hashedPassword =
|
||||||
"$6$.cMYto0K0CHbpIMT$dRqyKs4q1ppzmTpdzy5FWP/V832a6X..FwM8CJ30ivK0nfLjQ7DubctxOZbeOtygfjcUd1PZ0nQoQpOg/WMvg.";
|
"$6$.cMYto0K0CHbpIMT$dRqyKs4q1ppzmTpdzy5FWP/V832a6X..FwM8CJ30ivK0nfLjQ7DubctxOZbeOtygfjcUd1PZ0nQoQpOg/WMvg.";
|
||||||
@ -82,6 +83,8 @@ in
|
|||||||
"riscv64-linux"
|
"riscv64-linux"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.wireshark.package = pkgs.wireshark;
|
||||||
|
|
||||||
boot.initrd.supportedFilesystems = [ "btrfs" ];
|
boot.initrd.supportedFilesystems = [ "btrfs" ];
|
||||||
boot.supportedFilesystems = [ "btrfs" ];
|
boot.supportedFilesystems = [ "btrfs" ];
|
||||||
|
|
||||||
|
@ -61,6 +61,9 @@ in {
|
|||||||
# Instrumentate your instrument.
|
# Instrumentate your instrument.
|
||||||
programs.systemtap.enable = true;
|
programs.systemtap.enable = true;
|
||||||
|
|
||||||
|
# Search around sharks for wires.
|
||||||
|
programs.wireshark.enable = true;
|
||||||
|
|
||||||
# Profile your whole system.
|
# Profile your whole system.
|
||||||
services.sysprof.enable = true;
|
services.sysprof.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user