Should probably install the package and use the right package name

This commit is contained in:
Lillian Violet 2024-01-10 10:24:47 +01:00
parent 9478c5ba5e
commit 212a675cb1
2 changed files with 2 additions and 1 deletions

View file

@ -111,6 +111,7 @@
noto-fonts-emoji noto-fonts-emoji
oh-my-zsh oh-my-zsh
onlyoffice-documentserver onlyoffice-documentserver
openvscode-server
postgresql_16 postgresql_16
python3 python3
rsync rsync

View file

@ -4,7 +4,7 @@
lib, lib,
... ...
}: { }: {
services.openvscode = { services.openvscode-server = {
enable = true; enable = true;
port = 7773; port = 7773;
telemetryLevel = "off"; telemetryLevel = "off";