Compare commits
3 Commits
eae90aeae0
...
e015e0b5bd
Author | SHA1 | Date | |
---|---|---|---|
e015e0b5bd | |||
0b0e4d5cc7 | |||
1870d2ce6c |
1
inventory.json
Normal file
1
inventory.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
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