nix-config/modules/nixos-modules/server/postgres/default.nix

6 lines
67 B
Nix

{...}: {
imports = [
./postgres.nix
./storage.nix
];
}