use other vscode server
This commit is contained in:
parent
85f603b600
commit
d9f97813ce
3 changed files with 10 additions and 66 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.vscode-server.nixosModules.default
|
||||
];
|
||||
|
||||
services.vscode-server.enable = true;
|
||||
{
|
||||
services.code-server = {
|
||||
enable = true;
|
||||
port = 4444;
|
||||
disableTelemetry = true;
|
||||
disableUpdateCheck = true;
|
||||
host = "localhost";
|
||||
hashedPassword = "$argon2i$v=19$m=4096,t=3,p=1$dGc0TStGMDNzSS9JRkJYUFp3d091Q2p0bXlzPQ$zvdE9BkclkJmyFaenzPy2E99SEqsyDMt4IQNZfcfFFQ";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue