From 9718fc121120a55c8cd944c345b5ed84da5e1c88 Mon Sep 17 00:00:00 2001 From: sohalt Date: Sat, 18 Dec 2021 00:59:48 +0100 Subject: [PATCH] nixos/spacenavd: remove syslog.target --- nixos/modules/services/hardware/spacenavd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/hardware/spacenavd.nix b/nixos/modules/services/hardware/spacenavd.nix index 74725dd23d25..69ca6f102efe 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";