configuration.nix/hosts/wynne/services/apps/default.nix

7 lines
92 B
Nix
Raw Normal View History

2024-07-18 22:06:11 +05:30
_: {
2024-07-20 20:15:13 +05:30
imports = [
./postgresql.nix
../../../shared/prometheus-exporters.nix
];
2024-07-18 22:06:11 +05:30
}