feat(config): Enable Redis service
This commit is contained in:
parent
e77fd237bd
commit
117f3f6d58
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
|||
};
|
||||
|
||||
services.postgresql.enable = true;
|
||||
services.redis.enable = true;
|
||||
|
||||
# Configure user account
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
|
|
Loading…
Reference in a new issue