From 173990f4ba106f33a67ed64ac9204b81e6f5213a Mon Sep 17 00:00:00 2001 From: NullBite <me@nullbite.com> Date: Thu, 1 Feb 2024 18:22:17 +0100 Subject: [PATCH] Enable asusd on laptop --- hosts/slab/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index c26dd38..44ec485 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -75,6 +75,8 @@ # Set your time zone. time.timeZone = vars.mobileTimeZone; + services.asusd.enable = true; + # {{{ old config # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/";