From afa32b9c53bfdb6ec0e1d5d115c324de0a9379c8 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 4 Dec 2021 20:56:18 +0100 Subject: ma filepimp.r: replace wakeonlan --- 1systems/filepimp/config.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '1systems') diff --git a/1systems/filepimp/config.nix b/1systems/filepimp/config.nix index 346de10ba..23ce500da 100644 --- a/1systems/filepimp/config.nix +++ b/1systems/filepimp/config.nix @@ -17,12 +17,6 @@ in { krebs.build.host = config.krebs.hosts.filepimp; networking.firewall.trustedInterfaces = [ itf ]; + networking.interfaces.${itf}.wakeOnLan = true; - services.wakeonlan.interfaces = [ - { - interface = itf ; - method = "password"; - password = "CA:FE:BA:BE:13:37"; - } - ]; } -- cgit v1.2.3