From 36a71882d1821ac05d7fbc9c33a9d081b5ae087a Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Tue, 21 Nov 2023 09:53:22 +0100 Subject: [PATCH] cleaned vars.nix --- modules/vars.nix | 44 ++++++++++---------------------------------- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git a/modules/vars.nix b/modules/vars.nix index 5de4c02..180b1fe 100644 --- a/modules/vars.nix +++ b/modules/vars.nix @@ -1,34 +1,18 @@ { arrstack = { - bazarr = { - port = "6767"; - }; - jellyseerr = { - port = "5055"; - }; - lidarr = { - port = "8686"; - }; - prowlarr = { - port = "9696"; - }; - radarr = { - port = "7878"; - }; - sonarr = { - port = "8989"; - }; - sabnzbd = { - port = "9191"; - }; + bazarr.port = "6767"; + jellyseerr.port = "5055"; + lidarr.port = "8686"; + prowlarr.port = "9696"; + radarr.port = "7878"; + sonarr.port = "8989"; + sabnzbd.port = "9191"; tdarr = { webport = "8265"; serverport = "8266"; }; - whisparr = { - port = "6969"; - }; + whisparr.port = "6969"; }; authentik = { @@ -78,10 +62,6 @@ port = "587"; }; - mariadb = { - port = "3306"; - }; - navidrome.port = "4533"; podman = { @@ -93,13 +73,9 @@ hostIP = "10.88.0.1"; }; - powerdns-admin = { - port = "8282"; - }; + powerdns-admin.port = "8282"; - stash = { - port = "9999"; - }; + stash.port = "9999"; tandoor = { db = "tandoor";