Migrate garage from clanModule to clanService

This commit is contained in:
pinpox
2025-06-04 00:50:57 +02:00
parent 2ee3986a8c
commit 243f90ef9e
21 changed files with 244 additions and 0 deletions

View File

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