From 29b549c503e73d82235cd184d6db6fb3af754ab9 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 30 Jan 2026 07:58:38 +0100 Subject: [PATCH] remove navidrome from nfss --- hosts/nixos/nfss/home.nix | 6 ---- hosts/nixos/nfss/system.nix | 1 - hosts/nixos/vps/proxy.nix | 57 ------------------------------------- 3 files changed, 64 deletions(-) diff --git a/hosts/nixos/nfss/home.nix b/hosts/nixos/nfss/home.nix index 2c8f1f9..e303847 100644 --- a/hosts/nixos/nfss/home.nix +++ b/hosts/nixos/nfss/home.nix @@ -6,15 +6,9 @@ ../../../modules/tex.nix ../../../modules/syncthing.nix ../../../modules/schedule.nix - ../../../modules/yt-dlp.nix ]; home.packages = with pkgs; [ ]; - programs.yt-dlp-custom = { - enable = true; - downloadDir = "/home/yanlin/Media"; - }; - } diff --git a/hosts/nixos/nfss/system.nix b/hosts/nixos/nfss/system.nix index a09e271..b8f9a72 100644 --- a/hosts/nixos/nfss/system.nix +++ b/hosts/nixos/nfss/system.nix @@ -139,7 +139,6 @@ user = "yanlin"; audiobookshelf.enable = true; deluge.enable = true; - navidrome.enable = true; }; # Samba file sharing diff --git a/hosts/nixos/vps/proxy.nix b/hosts/nixos/vps/proxy.nix index b4cba9e..9087b4f 100644 --- a/hosts/nixos/vps/proxy.nix +++ b/hosts/nixos/vps/proxy.nix @@ -27,39 +27,6 @@ }; }; - audio = { - rule = "Host(`audio.yanlincs.com`)"; - service = "audio"; - tls = { - certResolver = "cloudflare"; - domains = [{ - main = "*.yanlincs.com"; - }]; - }; - }; - - music = { - rule = "Host(`music.yanlincs.com`)"; - service = "music"; - tls = { - certResolver = "cloudflare"; - domains = [{ - main = "*.yanlincs.com"; - }]; - }; - }; - - deluge = { - rule = "Host(`deluge.yanlincs.com`)"; - service = "deluge"; - tls = { - certResolver = "cloudflare"; - domains = [{ - main = "*.yanlincs.com"; - }]; - }; - }; - }; services = { @@ -73,30 +40,6 @@ }; }; - audio = { - loadBalancer = { - servers = [{ - url = "http://nfss.yanlincs.com:8000"; - }]; - }; - }; - - music = { - loadBalancer = { - servers = [{ - url = "http://nfss.yanlincs.com:4533"; - }]; - }; - }; - - deluge = { - loadBalancer = { - servers = [{ - url = "http://nfss.yanlincs.com:8112"; - }]; - }; - }; - }; };