From 8033bb3bd1d07727ef4ca7078543980b06781e9b Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 3 Jun 2022 17:56:13 +0200 Subject: [PATCH] add a redis for nextcloud --- nixos/machines/hera/cloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/machines/hera/cloud.nix b/nixos/machines/hera/cloud.nix index 9fb7001e..08dda8b3 100644 --- a/nixos/machines/hera/cloud.nix +++ b/nixos/machines/hera/cloud.nix @@ -147,6 +147,7 @@ in { // nextcloudServices mainHostName; }; services = { + redis.servers."nextcloud".enable = true; nextcloud = nextcloudConf mainHostName; postgresql.ensureDatabases = ["nextcloud"]; nginx = {