infrastructure/depot/services/postgres/default.nix
2021-08-09 02:41:43 +01:00

5 lines
65 B
Nix

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