about summary refs log tree commit diff stats
path: root/sys/svcs/postgresql/default.nix
blob: 165be27c3eea474e531c6cf297f71157ca38deca (plain) (blame)
1
2
3
4
5
{...}: {
  services.postgresql = {
    enable = true;
  };
}