mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Enable redis for nextcloud
This commit is contained in:
parent
20a86ac5ce
commit
885f463147
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
package = pkgs.nextcloud29;
|
||||
home = "/data/nextcloud";
|
||||
hostName = config.networking.fqdn;
|
||||
configureRedis = true;
|
||||
|
||||
database.createLocally = true;
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue