nixos/nextcloud: fix a deprecation warning in the tests using redis

This commit is contained in:
Maximilian Bosch
2022-09-10 15:29:09 +02:00
parent 958914fab2
commit f72099e0cd
2 changed files with 4 additions and 6 deletions

View File

@@ -37,9 +37,8 @@ in {
};
};
services.redis = {
enable = true;
};
services.redis.servers."nextcloud".enable = true;
services.redis.servers."nextcloud".port = 6379;
systemd.services.nextcloud-setup= {
requires = ["postgresql.service"];