From 46c0da181832d0981aece95303438ff61f000917 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Sat, 28 Jan 2017 14:29:19 +0000 Subject: [PATCH] arbtt: multi-user.target does not exist in user systemd --- nixos/modules/services/monitoring/arbtt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";