infrastructure/config/services/postgres/default.nix
2021-08-06 23:11:46 +01:00

5 lines
65 B
Nix

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