nixos: remove ethernet interface WoL

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-05-20 17:26:38 -03:00
parent 18297e60f2
commit 880ad8805a
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -64,9 +64,6 @@
# Enable networking
networking.networkmanager.enable = true;
# Enable WOL on my ethernet interface.
networking.interfaces.enp5s0.wakeOnLan.enable = true;
# Open ports in the firewall.
networking.firewall = {
allowedTCPPorts = [ ];