Server NixOS configs
0
fork

Configure Feed

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

fix: enable ssl

+2 -2
+2 -2
hosts/tethys/services/nginx.nix
··· 3 3 enable = true; 4 4 virtualHosts = { 5 5 "git.hayden.moe" = { 6 - forceSSL = false; 7 - enableACME = false; 6 + forceSSL = true; 7 + enableACME = true; 8 8 locations."/" = { 9 9 proxyPass = "http://127.0.0.1:5555"; 10 10