renamed factory scripts

This commit is contained in:
2025-09-28 11:31:02 -06:00
parent fc22178e4a
commit dfbc84c6ad
49 changed files with 47 additions and 47 deletions

View File

@@ -31,7 +31,7 @@ let
pytensorflow = pkgs.python311.withPackages (ps: [ ps.tensorflow ]);
cfg = config.my.servers.nextcloud;
cfgC = config.my.servers.collabora;
setup = import ../factories/setup.nix { inherit lib config; };
setup = import ../factories/mkserver.nix { inherit lib config; };
in
{
options.my.servers = {