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