modules(acme-dns): instantiate toml generator

This commit is contained in:
Raito Bezarius 2021-07-24 22:58:13 +02:00
parent 83ec9ca4dd
commit 95df7029c6

View file

@ -4,7 +4,7 @@ with lib;
let
cfg = config.services.acme-dns;
tomlFormat = pkgs.formats.toml;
tomlFormat = pkgs.formats.toml {};
configFile = tomlFormat.generate "acme-dns.cfg" cfg.settings;
in
{