summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/filepimp/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/filepimp/config.nix')
-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;
}