diff options
| author | Grigory Shipunov | 2022-06-08 18:47:49 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-08 18:47:49 +0200 |
| commit | 3924624e7516464d2f24cd19b62c02072436850c (patch) | |
| tree | e19e56c5355a0a2354b341b844819b1992783ffb /hosts/microwave/configuration.nix | |
| parent | 3a40a3af28b03615f9478825bb3f3e2b8028ceab (diff) | |
YOLO
Diffstat (limited to 'hosts/microwave/configuration.nix')
| -rw-r--r-- | hosts/microwave/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 9359ac7..53464da 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -70,6 +70,11 @@ uid = 1000; }; + programs.wireshark = { + enable = true; + package = pkgs.wireshark; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave |
