summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2021-12-17 21:47:23 -0500
committerGitHub <noreply@github.com>2021-12-17 21:47:23 -0500
commiteeef6e1341273588ba724819be35e937b7c66165 (patch)
tree74e1ba83c8d9a8c47c9cea4099480a0629612b17 /nixos
parentf020f2bf2f0c03093e9644cf7b5cbdc8e6377967 (diff)
parent9718fc121120a55c8cd944c345b5ed84da5e1c88 (diff)
downloadnixpkgs-eeef6e1341273588ba724819be35e937b7c66165.tar
nixpkgs-eeef6e1341273588ba724819be35e937b7c66165.tar.gz
nixpkgs-eeef6e1341273588ba724819be35e937b7c66165.tar.bz2
nixpkgs-eeef6e1341273588ba724819be35e937b7c66165.tar.lz
nixpkgs-eeef6e1341273588ba724819be35e937b7c66165.tar.xz
nixpkgs-eeef6e1341273588ba724819be35e937b7c66165.tar.zst
nixpkgs-eeef6e1341273588ba724819be35e937b7c66165.zip
Merge pull request #151144 from Sohalt/spacenavd-syslog
nixos/spacenavd: remove syslog.target
Diffstat (limited to 'nixos')
-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";