Declaratively defining users #14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most users will sign up through whatever web interface there is, but we may want the option to declaratively define users in the NixOS configuration. "I have X, Y, Z admins that I want to always have accounts", especially if we can configure settings on those accounts.
This is analogous to
users.users
in NixOS configsIf nothing else, this would be useful for tests. Though we can also simulate creating users in the tests themselves, which would be good to do at least in one of them.