Fix wakeonlan syntax
This commit is contained in:
parent
cf7000da8a
commit
6b022802dd
@ -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";
|
||||
#
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user