From 0a9977f52b5cca1c6bd4eb3c45bfe1b8419d8dbc Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 15 Apr 2026 09:22:24 -0500 Subject: rename g610 disable backlight service --- hosts/optiplex/g610.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/optiplex/g610.nix') diff --git a/hosts/optiplex/g610.nix b/hosts/optiplex/g610.nix index c584165..8cceafc 100644 --- a/hosts/optiplex/g610.nix +++ b/hosts/optiplex/g610.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { # Turn off backlight on my G610 keyboard - systemd.services.myEarlyService = { - description = "G610 no backlight"; + systemd.services.G610DisableBacklight = { + description = "G610 disable backlight"; wantedBy = [ "multi-user.target" ]; serviceConfig.ExecStart = "${pkgs.g810-led}/bin/g610-led -a 00"; -- cgit v1.2.3