diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-04-13 16:48:45 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-04-13 16:51:59 +0300 |
commit | 51b9dfb491a91d93888e71208786603b9f61aef8 (patch) | |
tree | eaff02d72b7517674432c24689b7a7d27d12a3c0 | |
parent | 85ab7710eb9f1661b6c8061271723ae10162b234 (diff) | |
download | nixsap-51b9dfb491a91d93888e71208786603b9f61aef8.tar.gz |
README: accentuate deterministic nature of ids
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -33,11 +33,13 @@ Automatic unix user id ----------------------- To create daemon users just add their names into the list -`nixsap.system.users.daemons`. List `nixsap.system.users.normal` does the -same for users with login shell, and `nixsap.system.groups` - for unix groups. -See examples in the [applications directory](./modules/apps) and implementation -in [modules/system/users.nix](modules/system/users.nix). This feature is -used throughout `nixsap.apps`. +`nixsap.system.users.daemons`. List `nixsap.system.users.normal` +does the same for users with login shell, and `nixsap.system.groups` +for unix groups. Users and groups will automatically get their +ids based on their names in a deterministic manner. See examples +in the [applications directory](./modules/apps) and implementation in +[modules/system/users.nix](modules/system/users.nix). This feature is used +throughout `nixsap.apps`. Examples: |