Explicitly enable Wake-on-LAN

This commit is contained in:
Erwin Boskma 2023-01-06 00:14:33 +01:00
parent f87f7d2007
commit a0e4d77a31
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -176,6 +176,17 @@
DHCP = "yes";
};
};
links = {
"40-enp4s0" = {
matchConfig = {
Name = "enp4s0";
};
linkConfig = {
WakeOnLan = "magic";
};
};
};
};
# nix = {
# package = pkgs.nixUnstable;