feat(config): Enable Redis service

This commit is contained in:
Vincent Ambo 2018-07-15 12:29:49 +02:00
parent e77fd237bd
commit 117f3f6d58

View file

@ -79,6 +79,7 @@
};
services.postgresql.enable = true;
services.redis.enable = true;
# Configure user account
users.defaultUserShell = pkgs.fish;