pvv-nixos-config/services/matrix/default.nix

12 lines
65 B
Nix

{ config, ... }:
{
imports = [
./synapse.nix
];
}