From bc4054b6358ace049b48492024e96fbcf6ad4422 Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 13 Jul 2026 21:31:51 +0530 Subject: [PATCH] feat: disable aiostreams --- modules/hosts/alpha/config.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/hosts/alpha/config.nix b/modules/hosts/alpha/config.nix index 8f283e8..f7acd59 100644 --- a/modules/hosts/alpha/config.nix +++ b/modules/hosts/alpha/config.nix @@ -44,18 +44,6 @@ domain = "lab.tux.rs"; }; - aiostreams = { - enable = true; - port = 4567; - - environment = { - ADDON_ID = "aiostreams.lab.tux.rs"; - BASE_URL = "https://aiostreams.lab.tux.rs"; - }; - - environmentFile = innerArgs.config.sops.secrets."aiostreams".path; - }; - mediaflow-proxy = { enable = true; port = 8888;