diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-22T22·34+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-22T22·34+0200 |
commit | 55d35fc19bd26afbb3fc4270bc96ca77a1c946bc (patch) | |
tree | 82edccfed67fe10d4391be7c5a0bd599f739412f | |
parent | 5f5ed214f054e6f3cc6422dd775fb2db9829419c (diff) |
feat(stallo): Enable PostgreSQL for development
-rw-r--r-- | stallo-configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix index b58497f9e4b5..c3e73d41f43b 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -17,4 +17,7 @@ }; }; }; + + # Enable PostgreSQL for development + services.postgresql.enable = true; } |