Beginnings of matrix homeserver

This commit is contained in:
Jurn Wubben 2025-05-25 11:15:53 +02:00
parent 0c179c137d
commit fd9edd1b2f
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.
}