From fe5629b0e8d18ee9c1defc94a07fea57b819c730 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 19 Apr 2018 23:55:48 +0300 Subject: icinga2: fix a typo --- modules/apps/icinga2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apps') diff --git a/modules/apps/icinga2.nix b/modules/apps/icinga2.nix index 766a6b2..00e0fdc 100644 --- a/modules/apps/icinga2.nix +++ b/modules/apps/icinga2.nix @@ -152,7 +152,7 @@ let configureDB = with cfg.ido; { mysql = let - secret = "${cfg.stateDir}.my.cnf"; + secret = "${cfg.stateDir}/.my.cnf"; mycnf = pkgs.writeText "icinga2-my.cnf" '' [client] host = ${host} -- cgit v1.2.3