mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 17:38:29 +02:00
feat: troubleshooting agenix
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user