You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to configure user-specific system options, such as default login shell.
This could be done with another refactor, perhaps using less abstractions.
Alternatively, I could introduce a "NixOS user" function, that accepts the same attributes passes to a NixOS module, but returns only the attributes under users.users."foo".
The text was updated successfully, but these errors were encountered:
Add the ability to configure user-specific system options, such as default login shell.
This could be done with another refactor, perhaps using less abstractions.
Alternatively, I could introduce a "NixOS user" function, that accepts the same attributes passes to a NixOS module, but returns only the attributes under
users.users."foo"
.The text was updated successfully, but these errors were encountered: