Nixpkgs Udpdate

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

View File

@ -26,11 +26,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1690753805,
"narHash": "sha256-MzvcPO1BNr/uDTmzmRmU7pCYeU5vvNzojEr1XEizmac=",
"lastModified": 1691672998,
"narHash": "sha256-1pqlZJ3agQ2sXJLl8yr/zrAAC+lm41KQ1cMsnpC6xiM=",
"owner": "emmanuelrosa",
"repo": "erosanix",
"rev": "8abd4223f28346ac9faa3bbb18a52254200a28ab",
"rev": "2a98a02c2715cf27feff4fba4de579a6d4c59601",
"type": "github"
},
"original": {
@ -207,11 +207,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1690640159,
"narHash": "sha256-5DZUYnkeMOsVb/eqPYb9zns5YsnQXRJRC8Xx/nPMcno=",
"lastModified": 1691654369,
"narHash": "sha256-gSILTEx1jRaJjwZxRlnu3ZwMn1FVNk80qlwiCX8kmpo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e6ab46982debeab9831236869539a507f670a129",
"rev": "ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e",
"type": "github"
},
"original": {

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