summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 21:18:45 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 21:18:45 +0100
commit4f500d5006b9a1594589b60278515220ed4b75da (patch)
tree001491ecda6274fc0b2dd1fe2de2d93fc705ffef
parente82d2ac7230e0dcf3b20a3fa427284e849013ff5 (diff)
ma filepimp.r: wakeOnLan -> wakeOnLan.enable
-rw-r--r--makefu/1systems/filepimp/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/filepimp/config.nix b/makefu/1systems/filepimp/config.nix
index 23ce500d..3edfffb7 100644
--- a/makefu/1systems/filepimp/config.nix
+++ b/makefu/1systems/filepimp/config.nix
@@ -17,6 +17,6 @@ in {
krebs.build.host = config.krebs.hosts.filepimp;
networking.firewall.trustedInterfaces = [ itf ];
- networking.interfaces.${itf}.wakeOnLan = true;
+ networking.interfaces.${itf}.wakeOnLan.enable = true;
}