this repo has no description
4
fork

Configure Feed

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

feat: disable cert and ssl for now

dusk 0805aaf8 e7a305e9

+3 -3
+3 -3
hosts/wolumonde/modules/arpa.nix
··· 13 13 }; 14 14 15 15 services.nginx.virtualHosts."9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa" = { 16 - forceSSL = true; 17 - sslCertificate = config.age.secrets.arpaCert.path; 18 - sslCertificateKey = config.age.secrets.arpaKey.path; 16 + # forceSSL = true; 17 + # sslCertificate = config.age.secrets.arpaCert.path; 18 + # sslCertificateKey = config.age.secrets.arpaKey.path; 19 19 }; 20 20 }