summary refs log tree commit diff
path: root/nixos/modules/services/hardware/illum.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/illum.nix')
-rw-r--r--nixos/modules/services/hardware/illum.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/hardware/illum.nix b/nixos/modules/services/hardware/illum.nix
index ff73c99a653..7f7a8500023 100644
--- a/nixos/modules/services/hardware/illum.nix
+++ b/nixos/modules/services/hardware/illum.nix
@@ -28,6 +28,7 @@ in {
       description = "Backlight Adjustment Service";
       wantedBy = [ "multi-user.target" ];
       serviceConfig.ExecStart = "${pkgs.illum}/bin/illum-d";
+      serviceConfig.Restart = "on-failure";
     };
 
   };