Enable asusd on laptop

This commit is contained in:
NullBite 2024-02-01 18:22:17 +01:00
parent 8a3b87b2af
commit 173990f4ba
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -75,6 +75,8 @@
# Set your time zone. # Set your time zone.
time.timeZone = vars.mobileTimeZone; time.timeZone = vars.mobileTimeZone;
services.asusd.enable = true;
# {{{ old config # {{{ old config
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";