@jaspermayone.com's dotfiles
0
fork

Configure Feed

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

Fix Tangled Knot owner DID

+2 -2
+2 -2
hosts/alastor/configuration.nix
··· 135 135 enable = true; 136 136 package = inputs.tangled.packages.${pkgs.system}.knot; 137 137 server = { 138 - owner = "did:plc:krxbvxvis5skq7jj6eot23ul"; 138 + owner = "did:plc:abgthiqrd7tczkafjm4ennbo"; 139 139 hostname = "knot.jaspermayone.com"; 140 140 listenAddr = "127.0.0.1:5555"; 141 141 }; ··· 144 144 # Knot to GitHub sync service 145 145 jsp.services.knot-sync = { 146 146 enable = true; 147 - repoDir = "/var/lib/knot/repos/did:plc:krxbvxvis5skq7jj6eot23ul"; 147 + repoDir = "/var/lib/knot/repos/did:plc:abgthiqrd7tczkafjm4ennbo"; 148 148 secretsFile = config.age.secrets.github-token.path; 149 149 }; 150 150