fix(desktop): make WoL specific to it

This commit is contained in:
Alexandre Cavalheiro 2024-09-17 12:30:05 -03:00
parent d217ebc911
commit fc96d1d0ae
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 7 additions and 3 deletions

View file

@ -27,9 +27,6 @@
# Enable networking
networking.networkmanager.enable = true;
# Enable WOL on my ethernet interface.
networking.interfaces.enp5s0.wakeOnLan.enable = true;
# Define variables that will be initialized in PAM.
environment.sessionVariables = {
# Set env for Fcitx5

View file

@ -131,4 +131,11 @@
LC_TIME = "en_GB.UTF-8";
};
};
#
# NETWORK #
#
# Enable WOL on my ethernet interface.
networking.interfaces.enp5s0.wakeOnLan.enable = true;
}