summary refs log tree commit diff
path: root/profiles/user.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/user.nix')
-rw-r--r--profiles/user.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/user.nix b/profiles/user.nix
index 73c4fcb..7355e85 100644
--- a/profiles/user.nix
+++ b/profiles/user.nix
@@ -57,7 +57,7 @@
       in {
         Unit = {
           Description = "SSH Agent";
-          WantedBy = ["default.target"];
+          After = ["default.target"];
         };
         Service = {
           ExecStartPre = "${pkgs.coreutils}/bin/rm -f %t/ssh-agent";