summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-03 12:06:18 +0000
committerGitHub <noreply@github.com>2021-04-03 12:06:18 +0000
commit827f7a3e43f80b2d0886cadbd3eb4d1bc154568f (patch)
tree725262ef9e742620354f392a504a04dd1ab3bd18 /nixos/modules/services/hardware
parentea099211e0c4dc8163ad6cbda3abddd3e75bf5b4 (diff)
parentbc845e51f007ada14202cd87874bb92fcfdaf526 (diff)
downloadnixpkgs-827f7a3e43f80b2d0886cadbd3eb4d1bc154568f.tar
nixpkgs-827f7a3e43f80b2d0886cadbd3eb4d1bc154568f.tar.gz
nixpkgs-827f7a3e43f80b2d0886cadbd3eb4d1bc154568f.tar.bz2
nixpkgs-827f7a3e43f80b2d0886cadbd3eb4d1bc154568f.tar.lz
nixpkgs-827f7a3e43f80b2d0886cadbd3eb4d1bc154568f.tar.xz
nixpkgs-827f7a3e43f80b2d0886cadbd3eb4d1bc154568f.tar.zst
nixpkgs-827f7a3e43f80b2d0886cadbd3eb4d1bc154568f.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/spacenavd.nix2
1 files changed, 1 insertions, 1 deletions
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" ];