nixos-servers/services/postgres/default.nix

7 lines
51 B
Nix
Raw Permalink Normal View History

2025-01-25 01:28:44 +00:00
{ ... }:
{
imports = [
./postgres.nix
];
}