about summary refs log tree commit diff
path: root/nixos/modules/services/hardware/brltty.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/brltty.nix')
-rw-r--r--nixos/modules/services/hardware/brltty.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/brltty.nix b/nixos/modules/services/hardware/brltty.nix
index 03e530b2c96d..b416ba332222 100644
--- a/nixos/modules/services/hardware/brltty.nix
+++ b/nixos/modules/services/hardware/brltty.nix
@@ -28,7 +28,7 @@ in {
       };
       serviceConfig = {
         ExecStart = "${pkgs.brltty}/bin/brltty --no-daemon";
-        Type = "simple";        # Change to notidy after next releae
+        Type = "notify";
         TimeoutStartSec = 5;
         TimeoutStopSec = 10;
         Restart = "always";