ZeNixComputa: Enable wake on lan

This commit is contained in:
traxys 2023-05-07 11:37:33 +02:00
parent 7d88bc1770
commit 7adbeb5509

View file

@ -25,7 +25,10 @@
networking = {
hostName = "ZeNixComputa";
interfaces = {
enp4s0.useDHCP = true;
enp4s0 = {
useDHCP = true;
wakeOnLan.enable = true;
};
};
};