added ports to var.nix

This commit is contained in:
mc-fucker 2023-11-21 09:44:56 +01:00
parent 3575fa2985
commit 01ed2dfd25

View file

@ -82,6 +82,8 @@
port = "3306"; port = "3306";
}; };
navidrome.port = "4533";
podman = { podman = {
extraOptions = [ extraOptions = [
"-l=io.containers.autoupdate=registry" "-l=io.containers.autoupdate=registry"
@ -91,6 +93,10 @@
hostIP = "10.88.0.1"; hostIP = "10.88.0.1";
}; };
powerdns-admin = {
port = "8282";
};
stash = { stash = {
port = "9999"; port = "9999";
}; };
@ -112,6 +118,7 @@
zabbix = { zabbix = {
domain = "zbx.mc-fucker.cool"; domain = "zbx.mc-fucker.cool";
db = "zabbix"; db = "zabbix";
dbport = "54321";
port = "8999"; port = "8999";
}; };
} }