Skip to content
Snippets Groups Projects
Commit e2b506b0 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Get the ini module to use this API

parent 52d1b670
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@
with lib;
let
cfg = config.services.tahoe;
ini = pkgs.callPackage ../lib/ini.nix { };
in
{
options.services.tahoe = {
......@@ -158,7 +159,7 @@ in
# This configuration is generated by Nix. Edit at your own
# peril; here be dragons.
${allConfigSectionsText settings.sections}
${ini.allConfigSectionsText settings.sections}
'';
});
# Actually require Tahoe, so that we will have it installed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment