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";