From 097f9c7e57a84fd732448eff0ba41a46543a3c1b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 20 May 2014 13:07:40 +0200 Subject: Fix udev rule required by gpm Backport: 14.04 --- nixos/modules/services/ttys/gpm.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/ttys') diff --git a/nixos/modules/services/ttys/gpm.nix b/nixos/modules/services/ttys/gpm.nix index 1c0fcf8f16c7..308a6d3643a6 100644 --- a/nixos/modules/services/ttys/gpm.nix +++ b/nixos/modules/services/ttys/gpm.nix @@ -45,6 +45,7 @@ in wantedBy = [ "multi-user.target" ]; requires = [ "dev-input-mice.device" ]; + after = [ "dev-input-mice.device" ]; serviceConfig.ExecStart = "@${pkgs.gpm}/sbin/gpm gpm -m /dev/input/mice -t ${cfg.protocol}"; serviceConfig.Type = "forking"; -- cgit 1.4.1