7 lines
163 B
Nix
7 lines
163 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [ ooye ];
|
|
|
|
|
|
services.matrix-synapse-next.settings.app_service_config_files = [ ./registration.yaml ];
|
|
}
|