summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/microwave/configuration.nix5
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