From 55d35fc19bd26afbb3fc4270bc96ca77a1c946bc Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 23 Oct 2017 00:34:50 +0200 Subject: [PATCH] feat(stallo): Enable PostgreSQL for development --- stallo-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stallo-configuration.nix b/stallo-configuration.nix index b58497f9e..c3e73d41f 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -17,4 +17,7 @@ }; }; }; + + # Enable PostgreSQL for development + services.postgresql.enable = true; }