Skip to content

fix: missing ageBin config for home-manager module#273

Open
dlubawy wants to merge 1 commit intoryantm:mainfrom
dlubawy:fix_hm_bin_config
Open

fix: missing ageBin config for home-manager module#273
dlubawy wants to merge 1 commit intoryantm:mainfrom
dlubawy:fix_hm_bin_config

Conversation

@dlubawy
Copy link
Copy Markdown
Contributor

@dlubawy dlubawy commented Jul 22, 2024

I noticed that the home-manager module does not include the same configuration option for ageBin that is available in the NixOS module. Instead, the config option was hard-coded using lib.getExe pkgs.age. This change adds the ageBin option and defaults it to the original lib.getExe pkgs.age. This is useful for anyone using the home-manager module and wanting to setup age/agenix with a plugin. For example: ageBin = "PATH=$PATH:<AGE_PLUGIN_BIN_PATH> ${pkgs.age}/bin/age".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant