summaryrefslogtreecommitdiff
path: root/config/postgresql.nix
blob: 5d4aa7de2f287d6c2074e32547eff0f80355e2c0 (plain)
1
{ config, lib, pkgs, ... }: { services.postgresql.enable = true; }