mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
redis
This commit is contained in:
parent
d4bdfc766c
commit
ef7a636c50
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ in
|
||||||
package = pkgs.nextcloud31; # Or your preferred Nextcloud version
|
package = pkgs.nextcloud31; # Or your preferred Nextcloud version
|
||||||
hostName = nextcloudExternalDomain;
|
hostName = nextcloudExternalDomain;
|
||||||
https = false; # Let NPM Handle TLS
|
https = false; # Let NPM Handle TLS
|
||||||
configureRedis = True;
|
configureRedis = true;
|
||||||
datadir = nextcloudDataPath;
|
datadir = nextcloudDataPath;
|
||||||
maxUploadSize = "2G"; # Example - can be adjusted
|
maxUploadSize = "2G"; # Example - can be adjusted
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue