diff options
author | makefu <github@syntax-fehler.de> | 2021-12-04 20:56:18 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-12-04 20:56:18 +0100 |
commit | a3a23f3963be1c003b7e1e16a921e8faf1d58cd9 (patch) | |
tree | 9dc6ae10e72ed4cb17866dc366b847849d9b3d80 /makefu | |
parent | a4bd00deb76859c03a8d47d23775c1c4fae27833 (diff) |
ma filepimp.r: replace wakeonlan
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/1systems/filepimp/config.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/makefu/1systems/filepimp/config.nix b/makefu/1systems/filepimp/config.nix index 346de10ba..23ce500da 100644 --- a/makefu/1systems/filepimp/config.nix +++ b/makefu/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"; - } - ]; } |