diff --git a/modules/vars.nix b/modules/vars.nix index 642da70..5de4c02 100644 --- a/modules/vars.nix +++ b/modules/vars.nix @@ -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"; }; }