Migrate garage from clanModule to clanService

This commit is contained in:
pinpox
2025-06-04 00:50:57 +02:00
parent 15f5de5bcd
commit 0a0ed236ad
21 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ lib, ... }:
{
clan.modules = {
garage = lib.modules.importApply ./default.nix { };
};
}