An open API service indexing awesome lists of open source software.

https://github.com/delneg/code-server-nix

NixOS service config for https://github.com/cdr/code-server
https://github.com/delneg/code-server-nix

code-server ide nix nixos nixpkgs vscode

Last synced: 10 months ago
JSON representation

NixOS service config for https://github.com/cdr/code-server

Awesome Lists containing this project

README

          

## Code-server service for NixOS

### Usage:

```
imports =
[
# Include the results of the hardware scan.
./hardware-configuration.nix
# Import this file
./code-server.nix
];
```

```
service.code-server = {
enable = true;
host = "0.0.0.0";
user = "username";
};
```

The default port is 5092.

Credit goes to https://github.com/christoph00