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

@@ -1,6 +1,6 @@
{ config, lib, ... }:
let
setup = import ../factories/setup.nix { inherit lib config; };
setup = import ../factories/mkserver.nix { inherit lib config; };
cfg = config.my.servers.tranga;
in
{