aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-04-13 16:48:45 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-04-13 16:51:59 +0300
commit51b9dfb491a91d93888e71208786603b9f61aef8 (patch)
treeeaff02d72b7517674432c24689b7a7d27d12a3c0 /README.md
parent85ab7710eb9f1661b6c8061271723ae10162b234 (diff)
downloadnixsap-51b9dfb491a91d93888e71208786603b9f61aef8.tar.gz
README: accentuate deterministic nature of ids
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 78d6274..d7fd650 100644
--- a/README.md
+++ b/README.md
@@ -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: