We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tailscaleAuth
1 parent b1f568a commit fe1f590Copy full SHA for fe1f590
2 files changed
hosts/spore/services/default.nix
@@ -30,5 +30,4 @@
30
31
services.openssh.enable = true;
32
services.tailscale.enable = true;
33
- services.tailscaleAuth.enable = true;
34
}
hosts/spore/services/web/virtual-hosts.nix
@@ -5,11 +5,6 @@
5
lib,
6
...
7
}: {
8
- services.nginx.tailscaleAuth = {
9
- enable = true;
10
- expectedTailnet = "rove-duck.ts.net";
11
- virtualHosts = ["test.zx.dev"];
12
- };
13
services.zx-dev = {
14
enable = true;
15
domain = "zx.dev";
@@ -68,10 +63,5 @@
68
63
enableAutheliaAuth = true;
69
64
locations."/".proxyPass = "http://127.0.0.1:8082";
70
65
};
71
- "test.zx.dev" = {
72
- forceSSL = true;
73
- useACMEHost = "zx.dev";
74
- locations."/".proxyPass = "http://127.0.0.1:3001";
75
76
66
77
67
0 commit comments