nixos-servers/hosts/pgdb1/default.nix

8 lines
84 B
Nix
Raw Normal View History

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