particle-os-tools/src/apt-layer/config/users.json
robojerk 74c7bede5f Initial commit: Particle-OS tools repository
- Complete Particle-OS rebranding from uBlue-OS
- Professional installation system with standardized paths
- Self-initialization system with --init and --reset commands
- Enhanced error messages and dependency checking
- Comprehensive testing infrastructure
- All source scriptlets updated with runtime improvements
- Clean codebase with redundant files moved to archive
- Complete documentation suite
2025-07-11 21:14:33 -07:00

8 lines
No EOL
264 B
JSON

{
"users": [
{"username": "admin", "role": "admin", "enabled": true},
{"username": "john", "role": "package_manager", "enabled": true},
{"username": "jane", "role": "viewer", "enabled": false}
],
"roles": ["admin", "package_manager", "viewer"]
}