nix-config/services/default.nix

9 lines
66 B
Nix

{ ... }:
{
imports = [
./matrix.nix
./nginx.nix
];
}