this repo has no description
1
fork

Configure Feed

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

Support PDS handles

Ben C c3b8e1c1 e505ed55

+13
+13
nixosConfigurations/black-mesa.nix
··· 145 145 acmeRoot = null; # DNS 146 146 useACMEHost = "bwc9876.dev"; 147 147 }; 148 + virtualHosts."*.tranquil.bwc9876.dev" = { 149 + locations."/".proxyPass = "http://127.0.0.1:${builtins.toString config.services.tranquil-pds.settings.server.port}"; 150 + addSSL = true; 151 + acmeRoot = null; # DNS 152 + useACMEHost = "tranquil.bwc9876.dev"; 153 + }; 148 154 virtualHosts."spindle.bwc9876.dev" = { 149 155 addSSL = true; 150 156 acmeRoot = null; # DNS ··· 192 198 acceptTerms = true; 193 199 defaults = { 194 200 email = "ben@bwc9876.dev"; 201 + }; 202 + certs."tranquil.bwc9876.dev" = { 203 + domain = "*.tranquil.bwc9876.dev"; 204 + reloadServices = ["nginx"]; 205 + group = config.services.nginx.group; 206 + dnsProvider = "porkbun"; 207 + environmentFile = "/nix/persist/secure/porkbun.env"; 195 208 }; 196 209 certs."bwc9876.dev" = { 197 210 domain = "*.bwc9876.dev";