We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0cf89 commit 5720cbeCopy full SHA for 5720cbe
1 file changed
modules/home-manager/sops.nix
@@ -412,7 +412,7 @@ in
412
let
413
domain-target = "gui/$(id -u ${config.home.username})";
414
in
415
- ''
+ lib.hm.dag.entryAfter [ "setupLaunchAgents" ] ''
416
/bin/launchctl bootout ${domain-target}/org.nix-community.home.sops-nix && true
417
/bin/launchctl bootstrap ${domain-target} ${config.home.homeDirectory}/Library/LaunchAgents/org.nix-community.home.sops-nix.plist
418
'';
0 commit comments