this repo has no description
4
fork

Configure Feed

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

feat: remove unused code for arpa domain

dusk 597e8873 0805aaf8

-16
-16
hosts/wolumonde/modules/arpa.nix
··· 1 1 {config, ...}: { 2 - age.secrets.arpaCert = { 3 - file = ../../../secrets/arpaCert.age; 4 - mode = "600"; 5 - owner = "nginx"; 6 - group = "nginx"; 7 - }; 8 - age.secrets.arpaKey = { 9 - file = ../../../secrets/arpaKey.age; 10 - mode = "600"; 11 - owner = "nginx"; 12 - group = "nginx"; 13 - }; 14 - 15 2 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; 19 3 }; 20 4 }