diff options
Diffstat (limited to 'DOCS.md')
-rw-r--r-- | DOCS.md | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ + +## Services + +### Device Identity Service + +Options: + +- `port` - The port the service will listen on. +- `config-dir` - The directory where the configuration files are stored. +- `key-dir` - The directory where the keys are stored. + +```scheme +(service px-device-identity-service-type + (px-device-identity-configuration + (port 8000) + (config-dir "/etc/px-device-identity") + (key-dir "/root/.local/share/px-device-identity"))) +``` + +### User Identity Service + +```scheme +(service px-user-identity-service-type) +```
\ No newline at end of file |