Migrate deltachat from clanModule to clanService

This commit is contained in:
pinpox
2025-06-03 14:40:50 +02:00
parent 6679a64dea
commit badf5d1852
4 changed files with 173 additions and 0 deletions

View File

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