my terrible dotfiles
2
fork

Configure Feed

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

web server stuff

+7
+7
nixos/server/nginx.nix
··· 83 83 add_header Content-Type "text/html" always; 84 84 ''; 85 85 }; 86 + "/.well-known/atproto-did" = { 87 + return = "200 did:plc:dlxa6xglnevgshddrhscr6nj"; 88 + extraConfig = '' 89 + add_header Access-Control-Allow-Origin "*" always; 90 + add_header Content-Type "text/plain" always; 91 + ''; 92 + }; 86 93 }; 87 94 }; 88 95 "shinx579.monke.moe" = {