Login from Windows finally!

This commit is contained in:
Greg Hellings
2023-12-19 13:45:06 -06:00
parent 195f2f9045
commit fb79feb58d
4 changed files with 53 additions and 38 deletions
+7 -1
View File
@@ -26,7 +26,13 @@
useHostResolvConf = lib.mkForce false;
};
greg.proxies."192.168.200.2".target = "http://unix:/run/gitlab/gitlab-workhorse.socket";
greg.proxies."192.168.200.2" = {
target = "http://unix:/run/gitlab/gitlab-workhorse.socket";
extraConfig = ''
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Ssl on;
'';
};
services = {
resolved.enable = true;