Fix wakeonlan syntax

This commit is contained in:
Gabriel Ebner 2021-10-22 09:08:04 +02:00
parent cf7000da8a
commit 6b022802dd
2 changed files with 2 additions and 12 deletions

View File

@ -37,12 +37,7 @@
hardware.cpu.intel.updateMicrocode = true;
services.wakeonlan.interfaces = [
{
interface = "enp3s0";
method = "magicpacket";
}
];
networking.interfaces."enp3s0".wakeOnLan.enable = true;
# services.xserver.displayManager.defaultSession = pkgs.lib.mkForce "sway";
#

View File

@ -57,12 +57,7 @@
hardware.cpu.amd.updateMicrocode = true;
services.wakeonlan.interfaces = [
{
interface = "enp42s0";
method = "magicpacket";
}
];
networking.interfaces."enp42s0".wakeOnLan.enable = true;
# users.extraUsers.presentation = {
# isNormalUser = true;