Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dlubawy
Copy link

@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