summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/hardware/ckb.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/ckb.nix b/nixos/modules/hardware/ckb.nix
index a8e697f79391..8c0cdbd24d47 100644
--- a/nixos/modules/hardware/ckb.nix
+++ b/nixos/modules/hardware/ckb.nix
@@ -24,11 +24,11 @@ in
environment.systemPackages = [ cfg.package ];
systemd.services.ckb = {
- description = "Corsair Keyboard Daemon";
+ description = "Corsair Keyboards and Mice Daemon";
wantedBy = ["multi-user.target"];
script = "${cfg.package}/bin/ckb-next-daemon";
serviceConfig = {
- Restart = "always";
+ Restart = "on-failure";
StandardOutput = "syslog";
};
};