fix(desktop): make WoL specific to it
This commit is contained in:
parent
d217ebc911
commit
fc96d1d0ae
2 changed files with 7 additions and 3 deletions
|
@ -131,4 +131,11 @@
|
|||
LC_TIME = "en_GB.UTF-8";
|
||||
};
|
||||
};
|
||||
|
||||
#
|
||||
# NETWORK #
|
||||
#
|
||||
|
||||
# Enable WOL on my ethernet interface.
|
||||
networking.interfaces.enp5s0.wakeOnLan.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue