From 4e10723b53b000698b1ebff74e3201a8d7591dc7 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Fri, 19 Jan 2024 05:08:56 -0800 Subject: [PATCH] updated system config --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 452da71..c32c4ef 100644 --- a/configuration.nix +++ b/configuration.nix @@ -184,6 +184,7 @@ nodePackages.npm go tailscale + ethtool ]; # Some programs need SUID wrappers, can be configured further or are @@ -207,6 +208,7 @@ allowedTCPPorts = [22]; enable = true; }; + interfaces.enp11s0.wakeOnLan.policy = [" magic "]; }; # Open ports in the firewall. # networking.firewall.allowedUDPPorts = [ ... ];