Explicitly enable Wake-on-LAN
This commit is contained in:
parent
f87f7d2007
commit
a0e4d77a31
1 changed files with 11 additions and 0 deletions
|
@ -176,6 +176,17 @@
|
|||
DHCP = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
links = {
|
||||
"40-enp4s0" = {
|
||||
matchConfig = {
|
||||
Name = "enp4s0";
|
||||
};
|
||||
linkConfig = {
|
||||
WakeOnLan = "magic";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
# nix = {
|
||||
# package = pkgs.nixUnstable;
|
||||
|
|
Loading…
Reference in a new issue