From 06d345fa18d51b9abf8d1ee3b82e4f971448c6c4 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Sun, 19 May 2024 02:17:47 +0300 Subject: [PATCH] vps1: disable openvscode --- hosts/vps1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vps1/configuration.nix b/hosts/vps1/configuration.nix index 5efefca..556c11a 100644 --- a/hosts/vps1/configuration.nix +++ b/hosts/vps1/configuration.nix @@ -61,7 +61,7 @@ in }; services.openvscode-server = { - enable = true; + enable = false; };