added ports to var.nix
This commit is contained in:
parent
3575fa2985
commit
01ed2dfd25
1 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue