nix-infra/config/hosts/matrix/default.nix

12 lines
140 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./configuration.nix
./networking.nix
./postgresql.nix
./matrix-synapse.nix
./nginx.nix
];
}