modules(acme-dns): instantiate toml generator
This commit is contained in:
parent
83ec9ca4dd
commit
95df7029c6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.services.acme-dns;
|
cfg = config.services.acme-dns;
|
||||||
tomlFormat = pkgs.formats.toml;
|
tomlFormat = pkgs.formats.toml {};
|
||||||
configFile = tomlFormat.generate "acme-dns.cfg" cfg.settings;
|
configFile = tomlFormat.generate "acme-dns.cfg" cfg.settings;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue