From 877d7449dc71830ae35d6da27e8f889ecbfa1907 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 23 Apr 2024 20:45:00 -0600 Subject: endless quest to get wireguard to work --- machines/zenbook/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'machines') 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 = { -- cgit v1.2.3