mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
no connection token for vscode
This commit is contained in:
parent
4439c7f9de
commit
c93aa33aeb
|
@ -48,6 +48,7 @@
|
||||||
telemetryLevel = "off";
|
telemetryLevel = "off";
|
||||||
port = 8542;
|
port = 8542;
|
||||||
host = "100.103.93.126"; # tailscale
|
host = "100.103.93.126"; # tailscale
|
||||||
|
withoutConnectionToken = true;
|
||||||
extraPackages = with pkgs; [nodejs];
|
extraPackages = with pkgs; [nodejs];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue