about summary refs log tree commit diff
path: root/nixos/modules/hardware/ckb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/ckb.nix')
-rw-r--r--nixos/modules/hardware/ckb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/ckb.nix b/nixos/modules/hardware/ckb.nix
index 8429572a8822..a8e697f79391 100644
--- a/nixos/modules/hardware/ckb.nix
+++ b/nixos/modules/hardware/ckb.nix
@@ -26,7 +26,7 @@ in
       systemd.services.ckb = {
         description = "Corsair Keyboard Daemon";
         wantedBy = ["multi-user.target"];
-        script = "${cfg.package}/bin/ckb-daemon";
+        script = "${cfg.package}/bin/ckb-next-daemon";
         serviceConfig = {
           Restart = "always";
           StandardOutput = "syslog";