Beginnings of matrix homeserver

This commit is contained in:
Jurn Wubben 2025-05-25 11:15:53 +02:00
parent c1bbdfbc2b
commit 07f0f7099c
8 changed files with 79 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{lib, ...}: {
imports = [./caddy.nix ./transfer-sh.nix ./seafile.nix ./bot.nix ./immich.nix];
imports = [./caddy.nix ./transfer-sh.nix ./seafile.nix ./bot.nix ./immich.nix ./matrix.nix];
options.niksos.server = lib.mkEnableOption "server servcies (such as caddy)."; #TODO: per service option.
}