summaryrefslogtreecommitdiff
path: root/hosts/microwave
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-08 18:47:49 +0200
committerGrigory Shipunov2022-06-08 18:47:49 +0200
commit3924624e7516464d2f24cd19b62c02072436850c (patch)
treee19e56c5355a0a2354b341b844819b1992783ffb /hosts/microwave
parent3a40a3af28b03615f9478825bb3f3e2b8028ceab (diff)
YOLO
Diffstat (limited to 'hosts/microwave')
-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