Files
cnix/modules/server/infra/postgres/default.nix

7 lines
69 B
Nix

{
imports = [
./postgres.nix
./postgres-upgrade.nix
];
}