Nixpkgs Udpdate

This commit is contained in:
2023-08-10 20:49:55 -07:00
parent 603692b901
commit 3b3208a074
2 changed files with 13 additions and 6 deletions

View File

@ -67,6 +67,7 @@ mkdir /var/lib/nextcloudaddition
cat > /var/lib/nextcloudaddition/nextcloudaddition <<- "EOF"
'trusted_proxies' =>
array (
0 => '127.0.0.1',
@ -75,6 +76,12 @@ cat > /var/lib/nextcloudaddition/nextcloudaddition <<- "EOF"
'default_phone_region' => 'US',
'filelocking.enabled' => true,
'memcache.local' => '\OC\Memcache\APCu',
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => '/var/run/redis/redis.sock',
'port' => 0,
'timeout' => 0.0,
),
EOF