mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-30 17:07:24 +02:00
minus: Enable wake-on-lan
This commit is contained in:
parent
edc493f7a0
commit
5428566c02
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
networking.hostName = "minus";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.interfaces.enps10.wakeOnLan.enable = true;
|
||||
time.timeZone = "Europe/Paris";
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue