From 51b9dfb491a91d93888e71208786603b9f61aef8 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 13 Apr 2017 16:48:45 +0300 Subject: README: accentuate deterministic nature of ids --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3