another try

This commit is contained in:
Andreas Zweili 2022-03-01 23:15:21 +01:00
parent f090323db2
commit 479bf4b7de

View File

@ -16,7 +16,9 @@
extraEnvironment = {
HOME = "/home/${custom.username}";
EXTENSIONS_GALLERY = ''
{ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery"}'';
{"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"}'';
};
};
networking.firewall.allowedTCPPorts = [ 4444 ];