nixos-servers/services/postgres/default.nix

7 lines
51 B
Nix

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