this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: change to main acc did

dusk fd29e8e2 7feaadb4

+2 -2
+1 -1
dns/dnsconfig.js
··· 49 49 TXT("@", "this one is not a human, try to refer to it in third person. use /this one/, /this thing/, etc."), 50 50 TXT("@", "try connecting to https://gaze.systems/about for more information."), 51 51 // atproto 52 - TXT("_atproto", "did=did:plc:flbbrsgh46heoumgbemhfkvm"), 52 + TXT("_atproto", "did=did:plc:dfl62fgb7wtjj3fcbb72naae"), 53 53 ); 54 54
+1 -1
hosts/wolumonde/modules/atproto.nix
··· 29 29 forceSSL = true; 30 30 }; 31 31 "9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa" = mkWellKnownCfg { 32 - "atproto-did" = pkgs.writeText "server" "did:plc:flbbrsgh46heoumgbemhfkvm"; 32 + "atproto-did" = pkgs.writeText "server" "did:plc:dfl62fgb7wtjj3fcbb72naae"; 33 33 }; 34 34 } // (mkDidWebCfg "dawn.gaze.systems") 35 35 // (mkDidWebCfg "guestbook.gaze.systems");