mob next [ci-skip] [ci skip] [skip ci]

lastFile:vars/shared/acme/email/value
This commit is contained in:
2025-12-06 11:19:55 +07:00
parent 6a4eeeb34b
commit 8d9fa699ff
27 changed files with 1100 additions and 1 deletions

View File

@@ -44,9 +44,24 @@
./machines
./routers
./inventories
./overlays
./tests
./modules/clan/flake-module.nix
./modules/nixos/flake-module.nix
];
perSystem =
{ pkgs, system, ... }:
{
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
overlays = [
inputs.self.overlays.packagesOverlay
];
config = { };
};
packages.think = pkgs.think-gtcm;
packages.think-be = pkgs.think-backend-gtcm;
};
}
);
}