14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
# Copy to /etc/skd/env or .env for local runs
|
|
# Optional allowlist of manageable users (otherwise all real users with uid>=1000)
|
|
SKD_ALLOWED_USERS=child1,child2
|
|
SKD_AUTH_SECRET=change-me-secret
|
|
SKD_TOKEN_TTL_SECONDS=900
|
|
SKD_AUTH_ALLOWED_USERS=
|
|
SKD_AUTH_ALLOWED_GROUPS=sudo
|
|
SKD_AUTH_PAM_SERVICE=login
|
|
SKD_DEFAULT_COUNTDOWN=60
|
|
SKD_DEFAULT_SOUND=false
|
|
SKD_NOTIFY_TIMEOUT=5
|
|
# Set to true to test without performing real system changes
|
|
SKD_DRY_RUN=false
|