index
:
nix-darwin.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
users
/
user.nix
Age
Commit message (
Expand
)
Author
2024-11-11
users: assert that `programs.<shell>.enable = true;` for users' shells
Michael Hoang
2024-10-28
users: create users with home directory `/var/empty` by default
Michael Hoang
2024-10-27
users: allow `shell` to be managed by macOS
Michael Hoang
2024-10-27
users: change default shell to `/usr/bin/false` to match macOS
Michael Hoang
2024-10-27
users: allow `home` to be managed by macOS
Michael Hoang
2024-10-22
users: don't allow `name` to be empty
Michael Hoang
2024-10-22
users: change default `description` to `null`
Michael Hoang
2024-10-22
users: set `default` for `users.users.<user>.name`
Michael Hoang
2024-04-19
treewide: remove lib.mdDoc
Weijia Wang
2023-06-24
treewide: convert all option docs to Markdown
Emily
2021-10-23
add forward compatibility for literalExample deprecation
Daiderd Jordan
2019-02-24
users: gate the creation with an option, false by default and use createhomedir
Wael M. Nasreddine
2019-02-20
users: install user packages via users.users.<name?>.packages
Wael M. Nasreddine
2018-01-14
users: make users hidden by default
Daiderd Jordan
2018-01-13
users: remove enable option
Daiderd Jordan
2018-01-13
users: move submodules to separate files
Daiderd Jordan