diff options
Diffstat (limited to 'machines/zenbook/configuration.nix')
| -rw-r--r-- | machines/zenbook/configuration.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix index 154d3cf..774400e 100644 --- a/machines/zenbook/configuration.nix +++ b/machines/zenbook/configuration.nix @@ -43,7 +43,6 @@ X11.ServerArguments = "-nolisten tcp -dpi 170"; }; }; - networking = { firewall = { # Open ports in the firewall. @@ -86,7 +85,10 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. programs = { - wireshark.enable = true; + wireshark = { + enable = true; + # package = pkgs.wireshark; + }; light.enable = true; mtr.enable = true; gnupg.agent = { |
