nix machine / user configurations
1{ 2 "@context": [ 3 "https://www.w3.org/ns/did/v1", 4 "https://w3id.org/security/multikey/v1", 5 "https://w3id.org/security/suites/secp256k1-2019/v1" 6 ], 7 "id": "did:web:dawn.gaze.systems", 8 "alsoKnownAs": [ 9 "at://nil.ptr.pet", 10 "at://dawn.gaze.systems", 11 "at://test.gaze.systems" 12 ], 13 "verificationMethod": [ 14 { 15 "id": "did:web:dawn.gaze.systems#atproto", 16 "type": "Multikey", 17 "controller": "did:web:dawn.gaze.systems", 18 "publicKeyMultibase": "zQ3shgM1xUBo5aLVavTm5v5id9isstiiSvxYnsoetTNbwz5fZ" 19 } 20 ], 21 "service": [ 22 { 23 "id": "#atproto_pds", 24 "type": "AtprotoPersonalDataServer", 25 "serviceEndpoint": "https://gaze.systems" 26 } 27 ] 28}