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

6 lines
92 B
Nix

_: {
imports = [
./postgresql.nix
../../../shared/prometheus-exporters.nix
];
}