Otherwise it kept restarting
This commit is contained in:
parent
8e7cd06fc4
commit
cb0a071ee6
1 changed files with 1 additions and 1 deletions
|
@ -106,6 +106,6 @@
|
||||||
# TODO move away from here (how can the interface name be retrieved programmatically?)
|
# TODO move away from here (how can the interface name be retrieved programmatically?)
|
||||||
networking.interfaces.enp11s0.wakeOnLan = {
|
networking.interfaces.enp11s0.wakeOnLan = {
|
||||||
enable = true;
|
enable = true;
|
||||||
policy = ["broadcast" "magic"];
|
policy = ["magic"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue