summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authorBram Duvigneau <bram@bramd.nl>2016-10-22 20:12:30 +0000
committerBram Duvigneau <bram@bramd.nl>2016-10-22 22:03:45 +0000
commitf1d45add3b8477d2d8cedd93e096472fbce2ac41 (patch)
tree49d0af59d567af78e8ca052f7e051b6d659c5e7a /nixos/modules/services/hardware
parent23cb4174474926206b263c618c26ade1b3c82657 (diff)
downloadnixlib-f1d45add3b8477d2d8cedd93e096472fbce2ac41.tar
nixlib-f1d45add3b8477d2d8cedd93e096472fbce2ac41.tar.gz
nixlib-f1d45add3b8477d2d8cedd93e096472fbce2ac41.tar.bz2
nixlib-f1d45add3b8477d2d8cedd93e096472fbce2ac41.tar.lz
nixlib-f1d45add3b8477d2d8cedd93e096472fbce2ac41.tar.xz
nixlib-f1d45add3b8477d2d8cedd93e096472fbce2ac41.tar.zst
nixlib-f1d45add3b8477d2d8cedd93e096472fbce2ac41.zip
brltty: 5.2 -> 5.4
Diffstat (limited to 'nixos/modules/services/hardware')
-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";