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;