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 = {
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue