clan machines

This commit is contained in:
2025-07-11 12:24:17 +07:00
parent 0b0e4d5cc7
commit e015e0b5bd
3 changed files with 13 additions and 7 deletions

12
machines/default.nix Normal file
View File

@@ -0,0 +1,12 @@
{ inputs, self, ... }:
{
imports = [
inputs.clan-core.flakeModules.default
];
clan = {
meta.name = "NewEdgeClan";
machines = { };
specialArgs = { inherit self; };
inherit self;
};
}