nix-infra/hosts/matrix/default.nix
2024-11-20 05:46:40 +01:00

11 lines
151 B
Nix

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