From e891d4cf6d281d3f92ec61ba3831fe3340627f52 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 9 Oct 2025 00:26:59 +0200 Subject: [PATCH] refactor(services/server): changing the architecture for teamspeak --- services/{self_host => server}/teamspeak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename services/{self_host => server}/teamspeak.nix (90%) diff --git a/services/self_host/teamspeak.nix b/services/server/teamspeak.nix similarity index 90% rename from services/self_host/teamspeak.nix rename to services/server/teamspeak.nix index ca74dcc..4eb26d1 100644 --- a/services/self_host/teamspeak.nix +++ b/services/server/teamspeak.nix @@ -6,7 +6,7 @@ }: let - cfg = config.service.selfhost.monitor; + cfg = config.service.server.teamspeak; in { config = lib.mkIf cfg {