diff options
author | makefu <github@syntax-fehler.de> | 2021-12-04 21:18:45 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-12-04 21:18:45 +0100 |
commit | 4f500d5006b9a1594589b60278515220ed4b75da (patch) | |
tree | 001491ecda6274fc0b2dd1fe2de2d93fc705ffef /makefu/1systems/filepimp | |
parent | e82d2ac7230e0dcf3b20a3fa427284e849013ff5 (diff) |
ma filepimp.r: wakeOnLan -> wakeOnLan.enable
Diffstat (limited to 'makefu/1systems/filepimp')
-rw-r--r-- | makefu/1systems/filepimp/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/filepimp/config.nix b/makefu/1systems/filepimp/config.nix index 23ce500da..3edfffb78 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; } |