summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Peyton Jones <michaelpj@gmail.com>2017-01-28 14:29:19 +0000
committerMichael Peyton Jones <michaelpj@gmail.com>2017-01-28 14:29:19 +0000
commit46c0da181832d0981aece95303438ff61f000917 (patch)
tree9b21c6c2a15eaa90cf205273d022f72066345433
parentf1ba2c8d3bbe4f2421a6872d56d34b3bb2a4bf00 (diff)
downloadnixpkgs-46c0da181832d0981aece95303438ff61f000917.tar
nixpkgs-46c0da181832d0981aece95303438ff61f000917.tar.gz
nixpkgs-46c0da181832d0981aece95303438ff61f000917.tar.bz2
nixpkgs-46c0da181832d0981aece95303438ff61f000917.tar.lz
nixpkgs-46c0da181832d0981aece95303438ff61f000917.tar.xz
nixpkgs-46c0da181832d0981aece95303438ff61f000917.tar.zst
nixpkgs-46c0da181832d0981aece95303438ff61f000917.zip
arbtt: multi-user.target does not exist in user systemd
-rw-r--r--nixos/modules/services/monitoring/arbtt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/arbtt.nix b/nixos/modules/services/monitoring/arbtt.nix
index 27d59e367d5..1135c2c441c 100644
--- a/nixos/modules/services/monitoring/arbtt.nix
+++ b/nixos/modules/services/monitoring/arbtt.nix
@@ -49,7 +49,7 @@ in {
   config = mkIf cfg.enable {
     systemd.user.services.arbtt = {
       description = "arbtt statistics capture service";
-      wantedBy = [ "multi-user.target" ];
+      wantedBy = [ "default.target" ];
 
       serviceConfig = {
         Type = "simple";