minus: Fix wake on lan

This commit is contained in:
traxys 2024-04-10 21:00:46 +02:00
parent c598a47c59
commit 7e6d0bcb0e

View file

@ -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";