summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 20:56:18 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 20:56:18 +0100
commita3a23f3963be1c003b7e1e16a921e8faf1d58cd9 (patch)
tree9dc6ae10e72ed4cb17866dc366b847849d9b3d80
parenta4bd00deb76859c03a8d47d23775c1c4fae27833 (diff)
ma filepimp.r: replace wakeonlan
-rw-r--r--makefu/1systems/filepimp/config.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/makefu/1systems/filepimp/config.nix b/makefu/1systems/filepimp/config.nix
index 346de10b..23ce500d 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";
- }
- ];
}