summary refs log tree commit diff stats
path: root/system/services/matrix/default.nix
blob: 7f2a35723492cd63280d2bfea0e4e558133b17af (plain) (blame)
1
2
3
4
5
{config, ...}: {
  imports = [
    ./conduit
  ];
}