summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-05-06 09:31:12 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2020-05-06 09:31:12 +0200
commit3e9aeea664d004be1e0043bdbf70d818432efbf5 (patch)
tree361998a8ec150fbffe050be24f3ff4e31bd4587e
parenteb8a523a9081eec5eb2c271a6e8c6a6cee2863a4 (diff)
downloadnixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.tar
nixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.tar.gz
nixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.tar.bz2
nixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.tar.xz
nixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.zip
wireshark on sif
-rw-r--r--sif.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index dd96265d..24fc3055 100644
--- a/sif.nix
+++ b/sif.nix
@@ -531,6 +531,7 @@
531 531
532 programs = { 532 programs = {
533 light.enable = true; 533 light.enable = true;
534 wireshark.enable = true;
534 }; 535 };
535 536
536 system.stateVersion = "20.03"; # Did you read the comment? 537 system.stateVersion = "20.03"; # Did you read the comment?