From 15d7453ff2966f38ebe546b62ba09e25d6b3a07c Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:56:54 +0200 Subject: [PATCH] update: remove vscode-server --- hosts/main-homelab/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/main-homelab/configuration.nix b/hosts/main-homelab/configuration.nix index f1f25fb..bde23ea 100644 --- a/hosts/main-homelab/configuration.nix +++ b/hosts/main-homelab/configuration.nix @@ -4,13 +4,6 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix ]; - - services.vscode-server = { - enable = true; - enableFHS = true; - installPath = "$HOME/.vscodium-server"; - }; - programs.nix-ld.enable = true; programs.gnupg.agent = { enable = true;