nixos/spacenavd: remove syslog.target

This commit is contained in:
sohalt 2021-12-18 00:59:48 +01:00
parent 4edd5c91ca
commit 9718fc1211

View File

@ -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";