nixos/spacenavd: remove syslog.target

main
sohalt 3 years ago
parent 4edd5c91ca
commit 9718fc1211
  1. 1
      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";

Loading…
Cancel
Save