Replies: 1 comment 3 replies
-
|
you can pass an attribute with the user prefix in extraSpecialArgs. Or create a module and configure at the user level. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to implement multi host, multi user configuration. I have some modules dependent on
hostanduserextraSpecialArgs. This works well for standalone home-manager installation, but fails on nixos module one, where this can only be specified for all users: https://home-manager.dev/manual/25.11/nixos-options.xhtml#nixos-opt-home-manager.extraSpecialArgsAt least in my case it would be useful to have it possible to inject it per user configuration.
Beta Was this translation helpful? Give feedback.
All reactions