mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
add wake on lan to dragneel
This commit is contained in:
parent
da9477822d
commit
87506d6879
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@
|
|||
networking = {
|
||||
networkmanager.enable = true;
|
||||
enableIPv6 = false;
|
||||
interfaces.enp3s0 = {
|
||||
wakeOnLan.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue