this repo has no description
4
fork

Configure Feed

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

feat: new subdomains, redirect stuff

dusk a7d59f6d 67e5cef1

+25 -7
+6 -6
flake.lock
··· 100 100 "systems": "systems_2" 101 101 }, 102 102 "locked": { 103 - "lastModified": 1727795645, 104 - "narHash": "sha256-yJZbfE3UIqNDCHNNs+73eToN4MMpq3UxnhOEzYTrfGo=", 103 + "lastModified": 1731969219, 104 + "narHash": "sha256-FkzplQ6ro4XeiPzm6tOY4zhI4Tw/iwQ/nOQU+f3biLk=", 105 105 "type": "tarball", 106 106 "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" 107 107 }, ··· 835 835 "rust-overlay": "rust-overlay_3" 836 836 }, 837 837 "locked": { 838 - "lastModified": 1718118942, 839 - "narHash": "sha256-kYj27WotKcbDsaxjByFPvAfRDQFpKqld5TXQevCh3b4=", 838 + "lastModified": 1730541623, 839 + "narHash": "sha256-/R+fLHxZHn3eTlpWObgHw/yrj+Ap7gb+HZtAwn6DnNE=", 840 840 "ref": "refs/heads/master", 841 - "rev": "3e7076c748ef19c1fb23fe2631337240440d6f04", 842 - "revCount": 37, 841 + "rev": "a32954e841bf66819b5e584831417451f342b819", 842 + "revCount": 40, 843 843 "type": "git", 844 844 "url": "https://git.gaze.systems/dusk/limbusart.git" 845 845 },
+10
hosts/wolumonde/modules/atproto.nix
··· 13 13 alias ${wellKnownFile}/; 14 14 ''; 15 15 }; 16 + # redirect any requests to my profile 17 + services.nginx.virtualHosts."bsky.gaze.systems" = { 18 + useACMEHost = "gaze.systems"; 19 + forceSSL = true; 20 + extraConfig = '' 21 + location / { 22 + return 301 https://bsky.app/profile/gaze.systems$request_uri; 23 + } 24 + ''; 25 + }; 16 26 }
+7 -1
hosts/wolumonde/modules/limbusart.nix
··· 33 33 }; 34 34 users.groups.limbusart = {}; 35 35 36 - services.nginx.virtualHosts."limbus.gaze.systems" = { 36 + services.nginx.virtualHosts."pmart.gaze.systems" = { 37 37 useACMEHost = "gaze.systems"; 38 38 forceSSL = true; 39 39 locations."/".proxyPass = "http://localhost:3000"; 40 + }; 41 + # redirects 42 + services.nginx.virtualHosts."limbus.gaze.systems" = { 43 + useACMEHost = "gaze.systems"; 44 + forceSSL = true; 45 + globalRedirect = "pmart.gaze.systems"; 40 46 }; 41 47 }
+2
hosts/wolumonde/modules/nginx.nix
··· 20 20 "mq.gaze.systems" 21 21 "couchdb.gaze.systems" 22 22 "doc.gaze.systems" 23 + "pmart.gaze.systems" 23 24 "limbus.gaze.systems" 25 + "bsky.gaze.systems" 24 26 ]; 25 27 }; 26 28 };
secrets/websiteConfig.age

This is a binary file and will not be displayed.