Skip to content

Commit 4499ead

Browse files
committed
remove grafana tailscale auth
1 parent 6d012fe commit 4499ead

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

modules/nixos/gateway.nix

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ in
259259
};
260260

261261
virtualHosts."auth.${domain}" = {
262-
forceSSL = true;
262+
addSSL = true;
263263
enableACME = true;
264264
http3 = true;
265265
quic = true;
@@ -571,13 +571,8 @@ in
571571
};
572572
};
573573

574-
# Expose Grafana via nginx, restricted to Tailnet
575-
services.nginx.tailscaleAuth = {
576-
enable = true;
577-
virtualHosts = [ "grafana.${domain}" ];
578-
};
579574
services.nginx.virtualHosts."grafana.${domain}" = {
580-
forceSSL = true;
575+
addSSL = true;
581576
enableACME = true;
582577
http3 = true;
583578
quic = true;

0 commit comments

Comments
 (0)