diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-31 14:15:32 +0100 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-31 14:15:32 +0100 |
commit | 3dae6df6f54a2e6e8bf900b680da3521e890e860 (patch) | |
tree | 97dbbeb5ce1b71e63b7bd11e8f81637d96d13f11 /DOCS.md | |
parent | 212cc9d25ebe54eda8c946955ec77647b877b1cc (diff) |
px: px-device-identity-service: Add new configuration 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 |