diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-23 03:42:44 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-23 03:42:44 -0600 |
| commit | b793cb84b1997e0877fe0798804ca0629d61d756 (patch) | |
| tree | 759e5ed17d15ca9a1f944656c0ca7b61efa49bb7 /machines/zenbook | |
| parent | 3d56913effc6fb24f28faa810767b5b3f858808c (diff) | |
wireshark must be a module not a package
Diffstat (limited to 'machines/zenbook')
| -rw-r--r-- | machines/zenbook/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 9363722..154d3cf 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -86,6 +86,7 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. programs = { + wireshark.enable = true; light.enable = true; mtr.enable = true; gnupg.agent = { |
