feat(stallo): Enable PostgreSQL for development

This commit is contained in:
Vincent Ambo 2017-10-23 00:34:50 +02:00
parent 5f5ed214f0
commit 55d35fc19b

View file

@ -17,4 +17,7 @@
};
};
};
# Enable PostgreSQL for development
services.postgresql.enable = true;
}