infra/services/postgres.nix
2025-11-30 16:09:05 +01:00

8 lines
86 B
Nix

{ ... }:
{
services.postgresql = {
enable = true;
enableJIT = true;
};
}