nix-infra/hosts/matrix/default.nix
2023-11-09 23:10:52 +01:00

11 lines
151 B
Nix

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