feat: troubleshooting agenix

This commit is contained in:
Ryan Yin
2024-11-12 16:31:57 +08:00
parent 7429aab2aa
commit dd8259ed85
2 changed files with 25 additions and 0 deletions

View File

@@ -10,6 +10,12 @@
agenix.darwinModules.default
];
# enable logs for debugging
launchd.daemons."activate-agenix".serviceConfig = {
StandardErrorPath = "/Library/Logs/org.nixos.activate-agenix.stderr.log";
StandardOutPath = "/Library/Logs/org.nixos.activate-agenix.stdout.log";
};
environment.systemPackages = [
agenix.packages."${pkgs.system}".default
];