From c4ff0f37ef9aaec84cd6d15156a2cd4a1aa0ed28 Mon Sep 17 00:00:00 2001 From: Matthew Toohey Date: Wed, 27 Jul 2022 23:59:49 -0400 Subject: [PATCH] Save launchd logs --- modules/home-manager/sops.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/sops.nix b/modules/home-manager/sops.nix index 60f5ebb..edd254a 100644 --- a/modules/home-manager/sops.nix +++ b/modules/home-manager/sops.nix @@ -236,6 +236,8 @@ in { SuccessfulExit = false; }; ProcessType = "Background"; + StandardOutPath = "${config.home.homeDirectory}/Library/Logs/SopsNix/stdout"; + StandardErrorPath = "${config.home.homeDirectory}/Library/Logs/SopsNix/stderr"; }; }; };