7 lines
84 B
Nix
7 lines
84 B
Nix
_: {
|
|
imports = [
|
|
./postgresql.nix
|
|
./redis.nix
|
|
./prometheus.nix
|
|
];
|
|
}
|