summaryrefslogtreecommitdiff
path: root/machines/zenbook
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-04-23 20:45:00 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-04-23 20:45:00 -0600
commit877d7449dc71830ae35d6da27e8f889ecbfa1907 (patch)
tree5935b8adb2f1df96e5b790cded7e66cacfbff715 /machines/zenbook
parent2ead7d37c68af70a15e4ff63648599543fe946af (diff)
endless quest to get wireguard to work
Diffstat (limited to 'machines/zenbook')
-rw-r--r--machines/zenbook/configuration.nix6
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 = {