From cb0a071ee62f6b188288ed0a7a9f4c2445432c6e Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sun, 11 Feb 2024 14:09:42 +0100 Subject: [PATCH] Otherwise it kept restarting --- hosts/picard/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index 2423303..bfe0d47 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -106,6 +106,6 @@ # TODO move away from here (how can the interface name be retrieved programmatically?) networking.interfaces.enp11s0.wakeOnLan = { enable = true; - policy = ["broadcast" "magic"]; + policy = ["magic"]; }; }