infrastructure/services/postgres.nix

5 lines
65 B
Nix

{ config, pkgs, ... }:
{
services.postgresql.enable = true;
}