Skip to content

Commit

Permalink
feature: added support for running agenix on home-manager activation
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottSullingeFarrall committed Sep 26, 2024
1 parent c69b98e commit 6f3ecb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/age-home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,7 @@ in {
StandardErrorPath = "${config.home.homeDirectory}/Library/Logs/agenix/stderr";
};
};

home.activation.agenix = lib.hm.dag.entryAfter ["linkGeneration"] mountingScript;
};
}

0 comments on commit 6f3ecb9

Please sign in to comment.