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