my nix flake.

feat(azalea): lie about passing age verification

vt3e.cat c3d976cb d936aaab

verified
+6 -1
+5
hosts/azalea/atproto-pds.nix hosts/azalea/caddy.nix
··· 35 35 "dproxy.wlo.moe" = { 36 36 hostName = "dproxy.wlo.moe"; 37 37 extraConfig = '' 38 + handle /xrpc/app.bsky.unspecced.getAgeAssuranceState { 39 + respond `{"lastInitiatedAt":"1970-01-01T00:00:00Z","status":"assured"}` 200 { 40 + content_type application/json 41 + } 42 + } 38 43 reverse_proxy localhost:8101 39 44 ''; 40 45 };
+1 -1
hosts/azalea/default.nix
··· 6 6 imports = [ 7 7 ../../modules/shared 8 8 ../../user 9 - ./atproto-pds.nix 9 + ./caddy.nix 10 10 ./core.nix 11 11 ./networking.nix 12 12 ];