From a60a495513dc3ad6f2b67cc144c05323da07f613 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 11 Sep 2024 01:45:53 +0200 Subject: [PATCH] Disable obsolete services --- ServeNix/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ServeNix/configuration.nix b/ServeNix/configuration.nix index ff3e264..fe22aaf 100644 --- a/ServeNix/configuration.nix +++ b/ServeNix/configuration.nix @@ -37,21 +37,21 @@ # ./services/wireguard-vps.nix # NOTE: Runs on ThinkNix # MultimediArr - ./services/bazarr.nix + # ./services/bazarr.nix # ./services/fileflows.nix ./services/jellyfin.nix - ./services/jellyseerr.nix + # ./services/jellyseerr.nix # ./services/jellystat.nix - ./services/prowlarr.nix - ./services/radarr.nix - ./services/sonarr.nix - ./services/sabnzbd.nix + # ./services/prowlarr.nix + # ./services/radarr.nix + # ./services/sonarr.nix + # ./services/sabnzbd.nix # Box # ./services/box-fileflows.nix - ./services/box-hydra.nix + # ./services/box-hydra.nix ./services/box-metube.nix - ./services/box-sabnzbd.nix + # ./services/box-sabnzbd.nix ./services/box-stash.nix ./services/box-unmanic.nix ];