nix config
2
fork

Configure Feed

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

cube: add coaching.lakhwara.com nginx conf

+2 -2
+2 -2
hosts/cube/default.nix
··· 9 9 10 10 services.nginx.enable = true; 11 11 services.nginx.virtualHosts."coaching.lakhwara.com" = { 12 - forceSSL = serviceConfig.enableSSL; 13 - enableACME = serviceConfig.enableSSL; 12 + forceSSL = true; 13 + enableACME = true; 14 14 locations."/" = { root = "/var/lib/coaching"; index = "/index.html"; }; 15 15 }; 16 16 }