lambda to import recursive files on all modules

This commit is contained in:
2024-10-02 19:22:53 -06:00
parent 933f52d4ee
commit 46f6fc626f
27 changed files with 72 additions and 85 deletions

View File

@@ -16,7 +16,7 @@ let
'';
cfg = config.my.servers.nextcloud;
cfgC = config.my.servers.collabora;
setup = import ../setup.nix { inherit lib config; };
setup = import ./setup.nix { inherit lib config; };
in
{
options.my.servers = {