From 295acf0460aae74bb9ebd999f639348a2f3c13bb Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 2 Apr 2021 16:27:06 +0200 Subject: [PATCH] nixos/spacenavd: start as system service This is the configuration supported by upstream. --- nixos/modules/services/hardware/spacenavd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/hardware/spacenavd.nix b/nixos/modules/services/hardware/spacenavd.nix index 7afae76cc4f..cecc4d6f029 100644 --- a/nixos/modules/services/hardware/spacenavd.nix +++ b/nixos/modules/services/hardware/spacenavd.nix @@ -13,7 +13,7 @@ in { }; config = mkIf cfg.enable { - systemd.user.services.spacenavd = { + systemd.services.spacenavd = { description = "Daemon for the Spacenavigator 6DOF mice by 3Dconnexion"; after = [ "syslog.target" ]; wantedBy = [ "graphical.target" ];