mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +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;
|
package = pkgs.nextcloud29;
|
||||||
home = "/data/nextcloud";
|
home = "/data/nextcloud";
|
||||||
hostName = config.networking.fqdn;
|
hostName = config.networking.fqdn;
|
||||||
|
configureRedis = true;
|
||||||
|
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
config = {
|
config = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue