this repo has no description
4
fork

Configure Feed

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

feat: remove about subdomain

dusk 9eb2fd29 597e8873

-12
-8
hosts/wolumonde/modules/blog.nix
··· 45 45 proxyPass = "http://localhost:${toString port}"; 46 46 }; 47 47 }; 48 - 49 - services.nginx.virtualHosts."about.gaze.systems" = { 50 - useACMEHost = "gaze.systems"; 51 - forceSSL = true; 52 - locations."/" = { 53 - proxyPass = "http://localhost:${toString port}/about"; 54 - }; 55 - }; 56 48 }
-4
hosts/wolumonde/modules/nginx.nix
··· 12 12 security.acme = { 13 13 acceptTerms = true; 14 14 defaults.email = (import "${inputs.self}/personal.nix").emails.primary; 15 - # certs."9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa" = { 16 - # webroot = "/var/lib/acme/acme-challenge"; 17 - # }; 18 15 certs."gaze.systems" = { 19 16 webroot = "/var/lib/acme/acme-challenge"; 20 17 extraDomainNames = [ ··· 30 27 "dawn.gaze.systems" 31 28 # "guestbook.gaze.systems" 32 29 "webhook.gaze.systems" 33 - "about.gaze.systems" 34 30 ]; 35 31 }; 36 32 };