FMMHG5RSEJ6ND52DM4Z4477EZKH3YC3HL2D6WDLN7B5VIFUXHRDQC
SBXEWQSVHYIMXSVOT2SX4YZQ5UVU6KCZGYNCHNSKGI4QOP75BREQC
JO5ZSR4IB3JSICGSTIPP3RG37QVECXKFHQTB35Y6BOPUGEX55UMQC
services.zabbixServer.enable = true; services.zabbixWeb = { enable = true; server = { port = 10051; address = "10.100.0.1"; }; virtualHost = { hostName = "wireguard.server.home.arpa"; adminAddr = "tmp@tmp.org"; }; }; services.zabbixAgent = { enable = true; server = "localhost"; };
services.zabbixServer.enable = true;
services.zabbixWeb = {
enable = true;
server = {
port = 10051;
address = "10.100.0.1";
};
virtualHost = {
hostName = "wireguard.server.home.arpa";
adminAddr = "tmp@tmp.org";
services.zabbixAgent = {
server = "localhost";
networking.firewall.allowedTCPPorts = [3000 9002 9000];
networking.firewall.allowedTCPPorts = [80 3000 9002 9000 10051];