this repo has no description
31
fork

Configure Feed

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

bump + pds nginx config

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

+26 -13
+20 -7
flake.lock
··· 371 371 "url": "https://github.com/lucide-icons/lucide/releases/download/0.536.0/lucide-icons-0.536.0.zip" 372 372 } 373 373 }, 374 + "mermaid-src": { 375 + "flake": false, 376 + "locked": { 377 + "narHash": "sha256-/YOdECG2V5c3kJ1QfGvhziTT6K/Dx/4mOk2mr3Fs/do=", 378 + "type": "file", 379 + "url": "https://cdn.jsdelivr.net/npm/mermaid@11.12.3/dist/mermaid.min.js" 380 + }, 381 + "original": { 382 + "type": "file", 383 + "url": "https://cdn.jsdelivr.net/npm/mermaid@11.12.3/dist/mermaid.min.js" 384 + } 385 + }, 374 386 "nixery-flake": { 375 387 "flake": false, 376 388 "locked": { ··· 405 417 }, 406 418 "nixpkgs_2": { 407 419 "locked": { 408 - "lastModified": 1771714954, 409 - "narHash": "sha256-nhZJPnBavtu40/L2aqpljrfUNb2rxmWTmSjK2c9UKds=", 420 + "lastModified": 1772598333, 421 + "narHash": "sha256-YaHht/C35INEX3DeJQNWjNaTcPjYmBwwjFJ2jdtr+5U=", 410 422 "owner": "nixos", 411 423 "repo": "nixpkgs", 412 - "rev": "afbbf774e2087c3d734266c22f96fca2e78d3620", 424 + "rev": "fabb8c9deee281e50b1065002c9828f2cf7b2239", 413 425 "type": "github" 414 426 }, 415 427 "original": { ··· 544 556 "indigo": "indigo", 545 557 "inter-fonts-src": "inter-fonts-src", 546 558 "lucide-src": "lucide-src", 559 + "mermaid-src": "mermaid-src", 547 560 "nixpkgs": "nixpkgs_3", 548 561 "sqlite-lib-src": "sqlite-lib-src" 549 562 }, 550 563 "locked": { 551 - "lastModified": 1772611656, 552 - "narHash": "sha256-o/drjqXS+BZm7klAuZ0K+DxhMBCYYyyajwI2D9Wkr4w=", 564 + "lastModified": 1773035708, 565 + "narHash": "sha256-1jOmdX0jVsJdEktaDSn9aue81AMBCoFyc1Rs3adgtYs=", 553 566 "ref": "refs/heads/master", 554 - "rev": "7b28c489b8a3c3ddcc35639aa61c35478be65fab", 555 - "revCount": 2009, 567 + "rev": "6b3ca47623680d77ed5b43ebac483b26dc373485", 568 + "revCount": 2020, 556 569 "type": "git", 557 570 "url": "https://tangled.org/tangled.org/core" 558 571 },
+6 -6
hosts/pds/services/nginx.nix
··· 5 5 forceSSL = true; 6 6 enableACME = true; 7 7 8 - # match exact root 9 - locations."= /" = { 10 - extraConfig = '' 11 - return 301 https://tangled.sh; 12 - ''; 13 - }; 8 + # # match exact root 9 + # locations."= /" = { 10 + # extraConfig = '' 11 + # return 301 https://tangled.sh; 12 + # ''; 13 + # }; 14 14 15 15 # match all other paths 16 16 locations."/" = {