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
- Host: GitHub
- URL: https://github.com/delneg/code-server-nix
- Owner: delneg
- Created: 2021-06-12T13:01:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T13:05:39.000Z (over 4 years ago)
- Last Synced: 2025-01-06T22:18:55.166Z (12 months ago)
- Topics: code-server, ide, nix, nixos, nixpkgs, vscode
- Language: Nix
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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