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