cleaned vars.nix
This commit is contained in:
parent
01ed2dfd25
commit
36a71882d1
1 changed files with 10 additions and 34 deletions
|
|
@ -1,34 +1,18 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
arrstack = {
|
arrstack = {
|
||||||
bazarr = {
|
bazarr.port = "6767";
|
||||||
port = "6767";
|
jellyseerr.port = "5055";
|
||||||
};
|
lidarr.port = "8686";
|
||||||
jellyseerr = {
|
prowlarr.port = "9696";
|
||||||
port = "5055";
|
radarr.port = "7878";
|
||||||
};
|
sonarr.port = "8989";
|
||||||
lidarr = {
|
sabnzbd.port = "9191";
|
||||||
port = "8686";
|
|
||||||
};
|
|
||||||
prowlarr = {
|
|
||||||
port = "9696";
|
|
||||||
};
|
|
||||||
radarr = {
|
|
||||||
port = "7878";
|
|
||||||
};
|
|
||||||
sonarr = {
|
|
||||||
port = "8989";
|
|
||||||
};
|
|
||||||
sabnzbd = {
|
|
||||||
port = "9191";
|
|
||||||
};
|
|
||||||
tdarr = {
|
tdarr = {
|
||||||
webport = "8265";
|
webport = "8265";
|
||||||
serverport = "8266";
|
serverport = "8266";
|
||||||
};
|
};
|
||||||
whisparr = {
|
whisparr.port = "6969";
|
||||||
port = "6969";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
authentik = {
|
authentik = {
|
||||||
|
|
@ -78,10 +62,6 @@
|
||||||
port = "587";
|
port = "587";
|
||||||
};
|
};
|
||||||
|
|
||||||
mariadb = {
|
|
||||||
port = "3306";
|
|
||||||
};
|
|
||||||
|
|
||||||
navidrome.port = "4533";
|
navidrome.port = "4533";
|
||||||
|
|
||||||
podman = {
|
podman = {
|
||||||
|
|
@ -93,13 +73,9 @@
|
||||||
hostIP = "10.88.0.1";
|
hostIP = "10.88.0.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
powerdns-admin = {
|
powerdns-admin.port = "8282";
|
||||||
port = "8282";
|
|
||||||
};
|
|
||||||
|
|
||||||
stash = {
|
stash.port = "9999";
|
||||||
port = "9999";
|
|
||||||
};
|
|
||||||
|
|
||||||
tandoor = {
|
tandoor = {
|
||||||
db = "tandoor";
|
db = "tandoor";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue