From 3698175d6785696040780b80085b5d5c87c77848 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Fri, 19 Jan 2024 06:46:26 -0800 Subject: [PATCH] updated system config --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 776899c..ad5486b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -210,7 +210,10 @@ allowedTCPPorts = [22]; enable = true; }; - interfaces.enp11s0.wakeOnLan.policy = [" magic "]; + interfaces.enp11s0.wakeOnLan = { + enable = true; + policy = [" magic "]; + }; }; # Open ports in the firewall. # networking.firewall.allowedUDPPorts = [ ... ];