totoro: configure openvscode-server to listen on tailscale on v6
This commit is contained in:
parent
2714def613
commit
e9b55e00a9
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "lukegb";
|
user = "lukegb";
|
||||||
withoutConnectionToken = true;
|
withoutConnectionToken = true;
|
||||||
host = "100.122.86.11";
|
host = config.my.ip.tailscale6;
|
||||||
port = 3002;
|
port = 3002;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue