{ pkgs, configs, ... }: { services.openvscode-server = { enable = true; telemetryLevel = "off"; }; }