From e3cb788b6a4d7ee14625f9d37e63b0c1a074b2d3 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 9 Oct 2025 00:39:05 +0200 Subject: [PATCH] refactor(teamspeak): is now on the server part and not the selfhost --- services/self_host.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/services/self_host.nix b/services/self_host.nix index 46e4b77..3b6b0b4 100644 --- a/services/self_host.nix +++ b/services/self_host.nix @@ -31,14 +31,6 @@ let lib ; }; - teamspeak = import ./self_host/teamspeak.nix { - inherit - inputs - config - pkgs - lib - ; - }; ollama = import ./self_host/ollama.nix { inherit inputs @@ -63,7 +55,6 @@ in mail htop ollama - teamspeak monitor ]; @@ -78,11 +69,6 @@ in default = false; description = "Enable the htop"; }; - teamspeak = lib.mkOption { - type = lib.types.bool; - default = false; - description = "Enable the teamspeak"; - }; ollama = lib.mkOption { type = lib.types.bool; default = false;