totoro: configure openvscode-server to listen on tailscale on v6

This commit is contained in:
Luke Granger-Brown 2023-08-19 22:43:47 +00:00
parent 2714def613
commit e9b55e00a9

View file

@ -593,7 +593,7 @@ in {
enable = true;
user = "lukegb";
withoutConnectionToken = true;
host = "100.122.86.11";
host = config.my.ip.tailscale6;
port = 3002;
};