From a0c45b80db759c5621b351626a93d342971e7711 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 3 Jul 2024 07:30:16 -0600 Subject: [PATCH] modules/lock-action: fix unit startup issues --- modules/lock-action.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/lock-action.nix b/modules/lock-action.nix index 69cc8bc..1bf124c 100644 --- a/modules/lock-action.nix +++ b/modules/lock-action.nix @@ -41,8 +41,7 @@ in SSH_AUTH_SOCK = "fake"; }; - wants = [ "graphical-session.target" ]; - partOf = [ "graphical-session.target" ]; + wantedBy = [ "graphical-session.target" ]; after = [ "graphical-session.target" ]; }; };