change vscode server bind
This commit is contained in:
parent
a2cdba3c90
commit
889bff482c
|
@ -4,7 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
telemetryLevel = "off";
|
telemetryLevel = "off";
|
||||||
port = 8542;
|
port = 8542;
|
||||||
host = "100.125.93.127"; # tailscale
|
host = "127.0.0.1";
|
||||||
withoutConnectionToken = true;
|
withoutConnectionToken = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
nodejs
|
nodejs
|
||||||
|
|
Loading…
Reference in a new issue