added openvscode server to appserver
This commit is contained in:
parent
bc5e0a95e0
commit
1a549ea9f6
3 changed files with 12 additions and 0 deletions
7
appserver/open-vscode-server.nix
Normal file
7
appserver/open-vscode-server.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, configs, ... }:
|
||||
{
|
||||
services.openvscode-server = {
|
||||
enable = true;
|
||||
telemetryLevel = "off";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue