From 79e17f2c029edc59715df32d1712ba3dc2d1fa4f Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 3 Jan 2025 01:09:06 +0530 Subject: [PATCH] feat: Disable home-assistant and jellyfin --- nixos/mirai/services.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/mirai/services.nix b/nixos/mirai/services.nix index d164b46e..d93e0bf4 100644 --- a/nixos/mirai/services.nix +++ b/nixos/mirai/services.nix @@ -18,7 +18,7 @@ enable = true; }; home-assistant = { - enable = true; + enable = false; extraComponents = [ "esphome" "met" @@ -41,7 +41,7 @@ }; }; jellyfin = { - enable = true; + enable = false; }; authelia = { instances.darksailor = {