summary refs log tree commit diff
path: root/nixos/modules/services/hardware/spacenavd.nix
diff options
context:
space:
mode:
authorsohalt <sohalt@sohalt.net>2021-12-18 00:59:48 +0100
committersohalt <sohalt@sohalt.net>2021-12-18 00:59:48 +0100
commit9718fc121120a55c8cd944c345b5ed84da5e1c88 (patch)
tree56b4365f64019dd2f48b1af366cb12ded4d76ae3 /nixos/modules/services/hardware/spacenavd.nix
parent4edd5c91ca09665e33f705d280a4d9f7f093605f (diff)
downloadnixpkgs-9718fc121120a55c8cd944c345b5ed84da5e1c88.tar
nixpkgs-9718fc121120a55c8cd944c345b5ed84da5e1c88.tar.gz
nixpkgs-9718fc121120a55c8cd944c345b5ed84da5e1c88.tar.bz2
nixpkgs-9718fc121120a55c8cd944c345b5ed84da5e1c88.tar.lz
nixpkgs-9718fc121120a55c8cd944c345b5ed84da5e1c88.tar.xz
nixpkgs-9718fc121120a55c8cd944c345b5ed84da5e1c88.tar.zst
nixpkgs-9718fc121120a55c8cd944c345b5ed84da5e1c88.zip
nixos/spacenavd: remove syslog.target
Diffstat (limited to 'nixos/modules/services/hardware/spacenavd.nix')
-rw-r--r--nixos/modules/services/hardware/spacenavd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/spacenavd.nix b/nixos/modules/services/hardware/spacenavd.nix
index 74725dd23d2..69ca6f102ef 100644
--- a/nixos/modules/services/hardware/spacenavd.nix
+++ b/nixos/modules/services/hardware/spacenavd.nix
@@ -15,7 +15,6 @@ in {
   config = mkIf cfg.enable {
     systemd.user.services.spacenavd = {
       description = "Daemon for the Spacenavigator 6DOF mice by 3Dconnexion";
-      after = [ "syslog.target" ];
       wantedBy = [ "graphical.target" ];
       serviceConfig = {
         ExecStart = "${pkgs.spacenavd}/bin/spacenavd -d -l syslog";