refactor: remote-builders to clan service

This commit is contained in:
Moritz Böhme 2025-04-20 10:22:37 +02:00
parent f761ede7ff
commit fde70ab2bb
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
8 changed files with 208 additions and 150 deletions

View file

@ -0,0 +1,9 @@
{
self,
lib,
...
}: {
clan.inventory.modules = {
remote-builders = lib.modules.importApply ./remote-builders/default.nix {inherit self;};
};
}