diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2018-04-19 23:55:48 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2018-04-19 23:55:48 +0300 |
commit | fe5629b0e8d18ee9c1defc94a07fea57b819c730 (patch) | |
tree | 14e1790d4599cce0baf2be3c053d46fc224cef9f /modules/apps | |
parent | b0eb86793ee1913aa908f9b24950866be507fa85 (diff) | |
download | nixsap-fe5629b0e8d18ee9c1defc94a07fea57b819c730.tar.gz |
icinga2: fix a typo
Diffstat (limited to 'modules/apps')
-rw-r--r-- | modules/apps/icinga2.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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} |