refactor: remote-builders to clan service
This commit is contained in:
parent
f761ede7ff
commit
fde70ab2bb
8 changed files with 208 additions and 150 deletions
9
clanServices/flake-module.nix
Normal file
9
clanServices/flake-module.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
self,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
clan.inventory.modules = {
|
||||
remote-builders = lib.modules.importApply ./remote-builders/default.nix {inherit self;};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue