clan machines
This commit is contained in:
12
machines/default.nix
Normal file
12
machines/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ inputs, self, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.clan-core.flakeModules.default
|
||||
];
|
||||
clan = {
|
||||
meta.name = "NewEdgeClan";
|
||||
machines = { };
|
||||
specialArgs = { inherit self; };
|
||||
inherit self;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user