From a412eae06a1c92f48975f6f4766059ebc420522f Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Fri, 19 Jan 2024 06:48:10 -0800 Subject: [PATCH] updated system config --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9e95670..238d488 100644 --- a/configuration.nix +++ b/configuration.nix @@ -212,7 +212,7 @@ }; interfaces.enp11s0.wakeOnLan = { enable = true; - policy = "magic"; + policy = ["magic"]; }; }; # Open ports in the firewall.