summaryrefslogtreecommitdiff
path: root/modules/users
AgeCommit message (Collapse)Author
2019-02-24users: create/chown the home only when it is different than /var/emptyWael M. Nasreddine
2019-02-24users: create the home-directory for a new userWael M. Nasreddine
2019-02-23users.users: only extend profiles if packages are definedDaiderd Jordan
2019-02-23Merge pull request #127 from kalbasit/nix-darwin_user-packagesDaiderd Jordan
users: install user packages via users.users.<name?>.packages
2019-02-21order the environmentWael M. Nasreddine
2019-02-21users: increase default nixbld users to 32 and set knownUsers by defaultDaiderd Jordan
Since the users.nix.configureBuildUsers target nixbld users, don't require them to be added to knownUsers explicitly.
2019-02-20users: install user packages via users.users.<name?>.packagesWael M. Nasreddine
2018-07-21types.string -> types.strDaiderd Jordan
These options unintentionally used the deprecated string type, the important difference between these is the fact that string merges by default (similar to eg. lines) while str can only have a single value.
2018-06-22users: add forceRecreate optionDaiderd Jordan
2018-03-03users: update the description for knownGroups/knownUsersDaiderd Jordan
2018-01-14users: add option to configure nixbld users.Daiderd Jordan
2018-01-14users: make users hidden by defaultDaiderd Jordan
2018-01-14users: add support for group membersDaiderd Jordan
Unlike user options this is updated if the group already exists.
2018-01-13users: remove enable optionDaiderd Jordan
2018-01-13users: move submodules to separate filesDaiderd Jordan
2018-01-13users: add options for user creationDaiderd Jordan
2018-01-13users: add options to create user groupsDaiderd Jordan