hyacinth/networking: enable wakeonlan
This commit is contained in:
parent
c17c9873b9
commit
870fc4e2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
networking = {
|
||||
useDHCP = true;
|
||||
interfaces.enp5s0.useDHCP = false;
|
||||
interfaces.enp5s0.wakeOnLan.enable = false;
|
||||
interfaces.enp5s0.wakeOnLan.enable = true;
|
||||
|
||||
interfaces.enp5s0.ipv4.addresses = [{
|
||||
address = "192.168.1.201";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue