We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d012fe commit 4499eadCopy full SHA for 4499ead
modules/nixos/gateway.nix
@@ -259,7 +259,7 @@ in
259
};
260
261
virtualHosts."auth.${domain}" = {
262
- forceSSL = true;
+ addSSL = true;
263
enableACME = true;
264
http3 = true;
265
quic = true;
@@ -571,13 +571,8 @@ in
571
572
573
574
- # Expose Grafana via nginx, restricted to Tailnet
575
- services.nginx.tailscaleAuth = {
576
- enable = true;
577
- virtualHosts = [ "grafana.${domain}" ];
578
- };
579
services.nginx.virtualHosts."grafana.${domain}" = {
580
581
582
583
0 commit comments