diff --git a/nixos/modules/tahoe.nix b/nixos/modules/tahoe.nix index e0e16a9cc17c7c2198545a1610a7b1a7e690add8..05e68d4fd8c8bb83be85afefc6f1de66439cad8e 100644 --- a/nixos/modules/tahoe.nix +++ b/nixos/modules/tahoe.nix @@ -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.