diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-05-06 09:31:12 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-05-06 09:31:12 +0200 |
| commit | 3e9aeea664d004be1e0043bdbf70d818432efbf5 (patch) | |
| tree | 361998a8ec150fbffe050be24f3ff4e31bd4587e | |
| parent | eb8a523a9081eec5eb2c271a6e8c6a6cee2863a4 (diff) | |
| download | nixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.tar nixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.tar.gz nixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.tar.bz2 nixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.tar.xz nixos-3e9aeea664d004be1e0043bdbf70d818432efbf5.zip | |
wireshark on sif
| -rw-r--r-- | sif.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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? |
