infrastructure/config/services/postgres.nix
2021-07-06 01:00:41 +01:00

5 lines
65 B
Nix

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