infrastructure/config/services/postgres.nix
2021-09-18 03:30:55 +01:00

5 lines
65 B
Nix

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