mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
minus: Fix wake on lan
This commit is contained in:
parent
c598a47c59
commit
7e6d0bcb0e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
networking.networkmanager.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [1234];
|
||||
networking.firewall.allowedUDPPorts = [5353];
|
||||
networking.interfaces.enps10.wakeOnLan.enable = true;
|
||||
networking.interfaces.enp1s0.wakeOnLan.enable = true;
|
||||
time.timeZone = "Europe/Paris";
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue