summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/optiplex/g610.nix4
1 files changed, 2 insertions, 2 deletions
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";