Skip to content

Commit fe1f590

Browse files
committed
Revert "Test out tailscaleAuth"
1 parent b1f568a commit fe1f590

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

hosts/spore/services/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@
3030

3131
services.openssh.enable = true;
3232
services.tailscale.enable = true;
33-
services.tailscaleAuth.enable = true;
3433
}

hosts/spore/services/web/virtual-hosts.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
lib,
66
...
77
}: {
8-
services.nginx.tailscaleAuth = {
9-
enable = true;
10-
expectedTailnet = "rove-duck.ts.net";
11-
virtualHosts = ["test.zx.dev"];
12-
};
138
services.zx-dev = {
149
enable = true;
1510
domain = "zx.dev";
@@ -68,10 +63,5 @@
6863
enableAutheliaAuth = true;
6964
locations."/".proxyPass = "http://127.0.0.1:8082";
7065
};
71-
"test.zx.dev" = {
72-
forceSSL = true;
73-
useACMEHost = "zx.dev";
74-
locations."/".proxyPass = "http://127.0.0.1:3001";
75-
};
7666
};
7767
}

0 commit comments

Comments
 (0)