diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-23 20:45:00 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-23 20:45:00 -0600 |
| commit | 877d7449dc71830ae35d6da27e8f889ecbfa1907 (patch) | |
| tree | 5935b8adb2f1df96e5b790cded7e66cacfbff715 /machines | |
| parent | 2ead7d37c68af70a15e4ff63648599543fe946af (diff) | |
endless quest to get wireguard to work
Diffstat (limited to 'machines')
| -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 = { |
