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

@@ -8,7 +8,7 @@ let
cfg = config.my.servers.synapse;
cfgE = config.my.servers.element;
domain = "wedsgk5ac2qcaf9yb.click";
setup = import ../factories/setup.nix { inherit lib config; };
setup = import ../factories/mkserver.nix { inherit lib config; };
clientConfig."m.homeserver".base_url = cfg.url;
serverConfig."m.server" = "${cfg.host}:443";
mkWellKnown = data: ''