diff --git a/modules/zabbix-server.nix b/modules/zabbix-server.nix index 4e10cad..21e621f 100644 --- a/modules/zabbix-server.nix +++ b/modules/zabbix-server.nix @@ -33,6 +33,7 @@ in environment = { DB_SERVER_HOST = db_host; POSTGRES_USER = db; + TZ = "Europe/Berlin"; }; environmentFiles = [ /etc/nixos/keys/zabbix-env ]; extraOptions = cfg.podman.extraOptions ++ [ "--ip=${server_ip}" ]; @@ -45,6 +46,7 @@ in POSTGRES_USER = db; ZBX_SERVER_HOST = server_ip; ZBX_SERVER_NAME = "Superbly Managed Networks and Hosting"; + TZ = "Europe/Berlin"; PHP_TZ = "Europe/Berlin"; }; environmentFiles = [ /etc/nixos/keys/zabbix-env ];