From a1ef61c90d3aabe38294c69408059d88738bd361 Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Fri, 17 Oct 2025 11:05:44 -0700 Subject: [PATCH] set @commonscomputer.com as the owner for the knot/spindle --- hosts/asusmini/atproto.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/asusmini/atproto.nix b/hosts/asusmini/atproto.nix index a9ff018..38680e3 100644 --- a/hosts/asusmini/atproto.nix +++ b/hosts/asusmini/atproto.nix @@ -24,7 +24,7 @@ enable = true; server = { hostname = "spindle.commonscomputer.com"; - owner = "did:plc:dy6ekftqerqu5bcz76kgy6ux"; + owner = "did:plc:om5yygegi4yxcbay5gemn2wm"; }; }; @@ -33,7 +33,7 @@ enable = true; server = { hostname = "knot.commonscomputer.com"; # put in the hostname where your knot can be accessed at. e.g. knot.a.tgirl.gay - owner = "did:plc:dy6ekftqerqu5bcz76kgy6ux"; # your did, must be did:plc: or did:web:. + owner = "did:plc:om5yygegi4yxcbay5gemn2wm"; # your did, must be did:plc: or did:web:. }; # optional configuration options. the current value is the default provided to the knot server. # appviewEndpoint = "https://tangled.sh"; # appview endpoint.